.home_page a { 
    font-size: 30px;
    color: #000;
    text-decoration: none;
}
.container {
    width: 100%;
    height: 800px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.container a{
    background-image: url('../../img/game.png');
    width: 400px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #000;
    background-position: center;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
}
a span {
    color: #fff;
    font-size: 30px;
}