#nav {
    margin-left: 5%;
    text-align: center;
}
#date {
    text-align: left;
    font-size: 25px;
}
#notes {
    margin: 5%;
    font-size: 25px;
    line-height: 1.3;
}
#noteNav {
    font-size: 30px;
    line-height: 1.3;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}
#imgContainer {
    position:absolute;
    margin-left:0px;
    margin-top:0px;
    width: 90px;
    overflow: hidden;
}
.invert { 
    filter: invert(100%); 
    object-fit: cover;
}
img {
    width:300px;
    margin-left:5%;
    object-fit: cover;
}
@media only screen and (max-width: 1320px) {
    #date {
        font-size: 3rem;
    }
    #nav {
        margin-top: 3%;
        font-size: 3rem;
    }
    #notes {
        font-size: 3rem;
    }
    #noteNav {
        font-size: 3rem;
    }
}