body {
    background-image: url('backgrounds/IMG_0434');
    background-size:cover;
    overflow-x:hidden;
    overflow-y: scroll;  
    width:100vw;    
    background-color: #E78C66;
}

.container {
    width:100%;
    height: 100%;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    display: none;
}

@font-face {
   font-family: 'holidays';
   src: url("Holidays Homework.ttf");

}

* {
    font-family: holidays;
    font-size:0.7vw;
    color:#1D1D28;
}

#backg {
    width:100%;
    position: absolute;
    left:0%;
    right:0%;
    top:0%;
}

#diary {
    position:absolute;
    top:-5vw;
    width:98vw;
    left:1vw;
    rotate: 1deg;
}

#div1 {
    position: absolute;
    top:12vw;
    left:21vw;
    width:26vw;
    height:42vw;
    overflow-x:hidden;
    overflow-y: scroll;
}

#div2 {
    position: absolute;
    top:12vw;
    right:23.5vw;
    width:23vw;
    height:41vw;
    overflow-x:hidden;
    overflow-y: scroll;
    padding:0vw;
}

.img {
    width:22vw;
    position:absolute;
    border-width: 3px;
    border-style: double;
    border-color:#1D1D28;
}

p {

}


