.leftNavContainer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.gameNavAdjust{
    justify-content: space-between;
}
.headGameTitle{
    text-decoration: none;
    padding: 1rem;
    border: .25rem solid white;
    font-family:"Lilita One", sans-serif;
    font-size: 2.5rem;
    color: white;
    text-align: center;
    border-radius: 1rem;
    margin-right: 2rem;
}
.styleHeader{
    text-align: center;
    margin: 0 auto 2rem auto;
    width: 90%;

}
.articleTitle{
    color: white;
    font-size: 2.5rem;
    padding: 2.5rem;
    font-family:"Lilita One", sans-serif;
    border: .25rem solid #f5fffa;
}
.articleText{
    color: white;
    font-size: 2rem;
    padding: 2rem;
    font-family: sans-serif;
    border: .25rem solid #f5fffa;
    border-radius: 1rem;
    text-indent: 1rem;
    text-align: start;
}
.articleLink{
    text-decoration: none;
    color: #DDA0DD;
}
.articleLink:hover{
    text-decoration: underline;
    color: purple;
}
.pageHero{
display: flex;
flex-direction: column;
width: 90%;
margin: auto;
}

.articleHeroImage{
    width: 100%;
    height: auto;
    max-width: 1280px;
    max-height: 720px;
    border: .25rem solid #f5fffa;
    border-radius: 1rem;
}
.articleSquareImage{
    width: 70%;
    height: auto;
    max-width: 720px;
    max-height: 720px;
    border: .25rem solid #f5fffa;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.contentSection{
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
}
li{
    text-align: start;
    margin-bottom: 1rem;
}