#game-zone{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;

    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    border-radius: 5px;
}

#game-name{
    background-color: #1a1e30;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 35px;
    width: 100%;
    margin: auto;
    position: relative;

    font-weight: bold;

    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-style: none none solid none;
    border-width: 1px;
    border-color: #000000;
}

#game-description{
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
    margin-bottom: 10px;

    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    border-radius: 5px;

}

#game-description-row{
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;

    /*width: 60%;*/
    text-align: justify;
    text-justify: inter-word;
    vertical-align: text-top;
}

#game-ad-row{
    margin-left: auto;
    margin-right: auto;

    width: 30%;
}
