.pagina {
    background: rgb(247, 219, 219);
    width: 90%;
    margin: 5% 5%;
    box-sizing: border-box;
    border-radius: 2%;
    border-style: outset;
    box-shadow: 2px 10px 10px rgb(167, 136, 136);
}

.pagina__tema {
    align-items: center;
    position: center;
    padding: 1rem;
    text-shadow: 0 10px 10px black;
}

.pagina__foto {
    align-items: center;
    width: 60%;
    justify-content: center;
    margin-top: 2%;
    margin-left: 20%;
}

.pagina__ingredientes {
    font-size: 1.05rem;
    line-height: 1.02rem;
    text-align: center;
    text-shadow: 0 10px 10px black;
}

.pagina__receita {
    font-size: 1.05rem;
    line-height: 1.02rem;
    text-align: center;
}

.video {
    display: inline-block;
    padding: 2%;
    margin-left: 33%;
    border: 1px;
    border-radius: 15%;
    width: 60%;
}

@media screen and ( min-width: 0) {
    .video {
        height: auto;
        margin-left: 20%;
        width: 60%;
    }
}

@media screen and ( min-width: 760px) {
    .video {
        height: auto;
        width: 40%;
        margin-left: 30%;
    }
}

.rodape {
    background: #bfbfbf;
    color: #302b2b;
    text-align: left;
    padding: 2rem;
    text-transform: lowercase;
}

.rodape__video {
    background: #bfbfbf;
    text-align: left;
    padding: 0rem;
    width: 10%;
}

.redessociais {
    display: inline block;
    size: 15%;
    width: 4%;
    margin-left: 10%;
}

@media screen and (min-width:0) {
    .redessociais {
        display: inline-block;
        width: 1.1rem;
        margin-left: 5%;
    }
}

@media screen and (min-width:768px) {
    .redessociais {
        size: 15%;
        width: 4%;
        margin-left: 10%;
    }
}