.gameDesc {
    font-family: "Century Gothic", sans-serif;
    font-weight: 400;
    color: white;
    font-size: 25px;
    margin-left: 35%;
    margin-right: 35%;
    text-align: center;
}
.space {
    margin-bottom: 70px;
}

a.navlink  {
    text-decoration: none;
}
a.navlink:visited {
    color: #a8414f;
}
a.navlink:hover {
   color: lightskyblue;
}
.imageDesc {
    display: flex;
    margin-left: 35%;
    margin-right: 35%;
   justify-content: center;
    height: 50%;
}
.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content_important {
    margin: 2rem 0;
}
.content_important a{
    font-family: ProtestRiot, sans-serif;
    font-weight: bold;
    color: cornflowerblue;
    font-size: 50px;
    text-align: center;
}
.content_important a:hover{
    color: lightskyblue;
}