body{
    padding: 0;
    margin: 0;
    background-color: aliceblue;
}

.header{
    height: 150px;
    margin-top: 15px;
    text-align: center;
}

.content{
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}

.content .game{
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
    display: inline-block;
}

.content .description{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    margin-top: 15px;
}

a:link, a:active, a:hover, a:visited{
    color: #333333;
    text-decoration: none;
}