html{
    background-image: linear-gradient(#E1DACA, #4682B4);
    min-height:100vh;
    margin:0;
}

body{
    
    background-color:#E1DACA;
    position: absolute;
    padding: 25px 10px 25px 10px;
    margin-left:15vw;
    margin-top:2vh;
    width: 65vw;
    border:2px;
    min-height:75vh;
    border-style:solid;
    border-color:#1F271B;
    font-family: 'modesevenregular';
}

#postContainer{
    display:grid;
}

object{
    height:50vh;
    width:50vw;
}
.postImage{
  width:150px;
}
.postNaviBack{
    width:30px;
    text-align:left;
    position:sticky;
  }
  
.previousNav{
    padding-left:30%;
}

.nextNav{
    padding-left:15%;
}
.navNextFirst{
    padding-left:55%;
}
