html, body {
    height: 100%;
}

body {
    font-family:  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: white;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

* {
    -webkit-tap-highlight-color: transparent;
}

button {
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-decoration: none;
}

#openseadragon1 {
    width: 100vw;
    height: 100vh;
    transition-duration: 1s;
}

#controls {
    width: 100%;
    text-align: center;

    z-index: 100;
    margin: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#controls {
    cursor: pointer;
}

#controls button {
    padding: 5px;
    height: 40px;
    width: 40px;
    font-size: 20px;
    background: white;
    background-image: linear-gradient(#f7f7f7, #e7e7e7);

    -webkit-box-shadow: inset 0 0px 2px black, 2px 2px 6px black;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: inset 0 0px 2px black, 2px 2px 6px black;  /* Firefox 3.5 - 3.6 */
    box-shadow: inset 0 0px 2px black, 2px 2px 6px black;

    border: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.6;
    transition-duration: 0.2s;

    margin: 0px 2px;
}

#controls button:hover, #controls button:active {
    opacity: 1;
}

@font-face {
    font-family: Love;
    src: url(fonts/Love.ttf);
}
