main {
    min-height: calc(100vh - 280px);
}

.page-title{
    color:  #070c55;
    font-size: 36px;

    text-align: center;
    margin-top: 32px;

}
.game{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 0;
}

.game-title{
font-size: 24px;
color:  #070c55;
}

.game-description{
    color:  #070c55;
    font-size: 20px;
    font-weight: 200;
   
    margin-top: 8px;
    margin-bottom: 32px;
    
}

.game-iframe{
    width: 70%;
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;

}
.game-button{
    height: 56px;

    background-color: #fc7d07f5;
    border-radius: 10px;
    font-size: 32px;
    font-weight: 700;
    padding: 0 32px;


    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;

    margin-top: 16px;
    margin-bottom: 96px;
}