.body
{
    margin: 0px;
    background-image: linear-gradient(177deg, #3a2525, #503333);
}



@media (orientation: portrait) /*======================================PORTRAIT============================================ */
{
    .section
    {
        display: flex;
        justify-content: center;
        height: 100%;
        align-items: center;
    }
    .box
    {
        width: 75%;
        height: 85%;
        max-width: 1105px;
        max-height: 1429px;
        background-image: linear-gradient(181deg, #341e1e, transparent);
        border-radius: 40px;
        border: 1px solid #fde9b4;
        box-shadow: 0 0 30px 5px #6e3939;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .banner
    {
        position: relative;
        width: 100%;
        height: 45%;
        max-width: 736px;
        max-height: 435px;

    }
    .button-initial
    {
        height: 20%;
        width: 60%;
        max-height: 119px;
        max-width: 451px;
        position: absolute;
        background-color: #7a4f4f;
        background-image: linear-gradient(180deg, #c7c0b0, #40292900);
        bottom: 40%;
        border-radius: 10px;
        box-shadow: 0 10px 30px #2e1c1c;
        border: solid 2px #3a2000;
        display: flex;
    justify-content: center;
    flex-direction: column;
    }
    .button-initial:hover
    {
        height: 20%;
        width: 60%;
        max-height: 119px;
        max-width: 451px;
        position: absolute;
        background-color: #7a4f4f;
        background-image: linear-gradient(180deg, #c7c0b0, #40292900);
        bottom: 40%;
        border-radius: 10px;
        box-shadow: 0 0 30px 5px #9f6f6f;
        border: solid 1px #d7c8b5;
        cursor: pointer;
        display: flex;
    justify-content: center;
    flex-direction: column;
    }
    .play
    {
        text-align: center;
        font-family: fantasy;
        font-size: 50px;
        color: #441818;
    }
    .initial-fotter
    {
        margin-bottom: -10px;
        position: absolute;
        bottom: 200px;
        color: #fff;
        width: 60%;
        text-align: center;
        font-size: 23px;
    }
}
@media (orientation: landscape) /*======================================LANDSCAPE============================================ */
{
    .section
    {
        display: flex;
        justify-content: center;
        height: 100%;
        align-items: center;
    }
    .box
    {
        width: 80%;
        height:  50%;
        max-width: 1000px;
        max-height: 500px;
        background-image: linear-gradient(181deg, #341e1e, transparent);
        border-radius: 40px;
        border: 1px solid #fde9b4;
        box-shadow: 0 0 30px 5px #6e3939;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .banner
    {
        position: relative;
        top: -166px;
        width: 550px;
        height: 336px;
        border-radius: 10px;
    
    }
    .button-initial
    {
        height: 84px;
    width: 320px;
    position: absolute;
    background-color: #7a4f4f;
    background-image: linear-gradient(180deg, #c7c0b0, #40292900);
    bottom: 40%;
    border-radius: 27px;
    box-shadow: 0 10px 30px #2e1c1c;
    border: solid 2px #3a2000;
    transform: rotate(0) translate3d(0, 0px, 0);
    transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    justify-content: center;
    flex-direction: column;
    }
    .button-initial:hover
    {
        height: 84px;
        width: 320px;
        position: absolute;
        background-color: #7a4f4f;
        background-image: linear-gradient(180deg, #c7c0b0, #40292900);
        bottom: 40%;
        border-radius: 27px;
        box-shadow: 0 0 30px 5px #9f6f6f;
        border: solid 1px #d7c8b5;
        cursor: pointer;
        transform: rotate(0) translate3d(0, -3px, 0);
        transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
        display: flex;
    justify-content: center;
    flex-direction: column;
    }
    .play
    {
        text-align: center;
        font-family: fantasy;
        font-size: 50px;
        color: #441818;
    }
    .initial-fotter
    {
        margin-bottom: -10px;
        position: absolute;
        bottom: 30%;
        color: #fff;
        width: 40%;
        text-align: center;
        font-size: 13px;
    }
}