html,body {
    margin: 0;
    border: 0;
    padding: 0;
    height: 100%;
    background-color: #ffffff;
    overflow-y: hidden;
    cursor: grabbing;
    touch-action: manipulation;
}
a, p, div {
    text-decoration: none;
    font-family: 'EB Garamond', serif;
    /*font-size: 18px;*/
    /*font-weight: 300;*/
    /*line-height: 50px;*/
    color: black;
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
::selection {
    background: yellow;
}
::-moz-selection {
    background: yellow;
}
::-webkit-scrollbar, body::-webkit-scrollbar {
    display: none;
    width: 0;
    background: transparent;
}
html,body,a, p, div,.bananaCursor,img{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

#camera, #camera--view, #camera--sensor, #camera--output{
    position: fixed;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.wrist{
    position: fixed;
    width: 100vw;
    top: 50%;
    transform: translateY(-50%);
    touch-action: manipulation;
}
.finger{
    position: fixed;
    width: 100vw;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    touch-action: manipulation;
}
.wholewatch{
    position: fixed;
    width: 13.5vw;
    height: 40vw;
    top: 52%;
    left: 48.5%;
    transform: translate(-70%,-50%);
}
.band{
    position: fixed;
    width: 13.5vw;
    height: 40vw;
    touch-action: manipulation;
}
.clock{
    position: fixed;
    width: 21vw;height: 21vw;
    top: 20%;
    left: -27%;
    touch-action: manipulation;
}
.fingerwatch{
    position: fixed;
    width: 4vw;
    height: 12vw;
    top: 50%;
    left: 50%;
    transform: translate(286%,-94%);
}
.fingerband{
    position: fixed;
    width: 4vw;
    height: 12vw;
}
.fingerclock{
    position: fixed;
    width: 6.5vw;
    height: 6.5vw;
    top: 20%;
    left: -33%;
}
@media (max-aspect-ratio: 1/1) {
    .wrist{
        width: 300vw;
        left: 50%;
        transform: translate(-40%,-50%);
    }
    .finger{
        width: 300vw;
        top: 50%;
        transform: translate(-45%,-50%);
    }
    .wholewatch{
        position: fixed;
        top: 52%;
        left: 48.5%;
        width: 40vw;
        height: 120vw;
        transform: translate(-50%,-50%);
    }
    .band{
        width: 40vw;
        height: 120vw;
    }
    .clock{
        width: 63vw;
        height: 63vw;
        top: 20%;
        left: -27%;
    }

    .fingerwatch{
        position: fixed;
        top: 52%;
        left: 48.5%;
        width: 13vw;
        height: 34vw;
        transform: translate(-16%,-105%);
    }
    .fingerband{
        width: 13vw;
        height: 34vw;
    }
    .fingerclock{
        width: 20vw;
        height: 20vw;
        top: 18%;
        left: -27%;
    }
}