body {
    background-image: url('../img/fondo_potatoworld.jpeg');
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    padding-top: 5%;
    text-align:center;
    color: #3f4454;
    font-family: "Baloo Bhaina 2", Sans-serif;
    font-size: 40px;
}

.video-youtube {
    width:100%;
    float:left;
    text-align:center;
    padding-top: 2%;
    
}

.iframe-youtube {
    border-radius: 32px;
    box-shadow: 14px 14px 20px 0 rgb(183 129 51 / 85%);
}