.game_container{
    display:flex;
    flex-direction: column;
    justify-content: center;

    max-width: fit-content;

    margin-bottom: 30px;
}

.game_img{
    max-width: 100%;
    height:auto;
}

.game_title{
    font-weight: bold;
    font-size: 25px;
}

.game_text{
    border: 1px solid black;
    border-top: none;
    box-sizing: border-box;
    padding: 10px;
}

.hed2{
    font-size: 27px !important;
}