* {
  box-sizing:border-box;
}

* {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#viewport {
    width: 80vh;
    margin-top: 10vh;
}

#viewport:hover {
        -ms-transform: scale(1.07);
        -webkit-transform: scale(1.07);
        -moz-transform: scale(1.07);
        transform: scale(1.07);
}

.Scrollbox {
    width:100vh;
    height:21vh;
    margin-top: -83vh;
    margin-left: 80vh;
    border: inset 5px;
    padding: 10px;
    overflow: auto;
    background-color: white;
    font-size: 1.3rem;
}

#posfootnotes, #negfootnotes, #footnotes, #graphnotes {
    font-size: 0.8rem;
    text-align: left;
}

#BoxPositive, #BoxNegative {
    width:100vh;
    height:65vh;
    margin-top: 2vh;
    margin-left: 80vh;
    border: inset 5px;
    padding: 10px;
    overflow: auto;
    background-color: white;
    font-size: 1.3rem;
    position:absolute;
    display:none;
}

body {
    height:100vh;
    width:100vw;
    background-image: url(./assets/TemplateBG.svg);
    background-repeat:no-repeat;
    background-size: cover;
    text-align: center;
    overflow-x: hidden;
}

p {
    font-family: 'verdana'; 
}

#audioButton {
    background-image: url(./assets/AudioButton.svg);
    background-size: auto;
    width:5vh;
    height:5vh;
    position:absolute;
    left: 1vh;
    top: 1vh;
}

.sourceButton {
    background-image: url(./assets/SourceButton.svg);
    background-size: auto;
    width:5vh;
    height:5vh;
    position:absolute;
    left: 1vh;
    bottom: -10vh;
    border:outset grey 2px
}

#PositiveButton {
    background-image: url(./assets/Positive.svg);
    background-size: auto;
    width:8vh;
    height:8vh;
    position:absolute;
    left: 183vh;
    top: 9.6vh;
    border:outset grey 3px
}

#NegativeButton {
    background-image: url(./assets/Negative.svg);
    background-size: auto;
    width:8vh;
    height:8vh;
    position:absolute;
    left: 183vh;
    top: 18vh;
    border:outset grey 3px
}

#Back {
    background-image: url(./assets/Back.svg);
    background-size: auto;
    width:5vh;
    height:5vh;
    position:absolute;
    left: 1vh;
    bottom: -4vh;
    border:outset grey 2px
}


