.patchnotes{
    margin-top: -15vh;
}
.patchnotes-container{
    display: flex;
    width: 70%;
    flex-direction: column;
    margin-left: 15vw;
    text-align: justify;
}
.patchnotes-title{
    font-size: 44px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: -3vh;
    text-shadow: 0 0 5px transparent, 0 1.5px 2px rgb(0 0 0 / 100%);
}
.patchnotes-date{
    font-size: 14px;
    margin-top: -3vh;
    text-shadow: 0 0 5px transparent, 0 1.5px 2px rgb(0 0 0 / 100%);
}
.patchnotes-text{
    font-size: 18px;
    text-shadow: 0 0 5px transparent, 0 1.5px 2px rgb(0 0 0 / 100%);
}
hr{
    width: 70%;
}