.game_container{
    width: 700px;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid;
    border-color: #deb887;
    padding: 20px;
}
.game_footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
#logo img{
    width: 170px;
}
.game_header{
    display: flex;
}
.logo_container, .slogan_container{
    width: 50%;
}
#slogan{
    color: #deb887;
    font-size: 25px;
}
.slogan_container{
    text-align: right;
}
.game_body{
    padding: 20px 0;
}
.cta_container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#cta button{
    height: 50px;
    padding: 10px 30px;
    border-radius: 50px;
    background: #deb887;
    border: none;
    box-shadow: 0px 5px #8f7654;
}
.sidebar_container{
    width: 200px;
    height: 690px;
}