* {margin: 10px;}
body {
    background: #f06e91; 
    font-family: 'Playfair Display', serif; 
    color: black; 
margin: 0%; border-radius: 5rem; padding: 5%; 
    text-align: center}

header { height: 450px; background:transparent; background-repeat: no-repeat; color: aqua;margin: 5px; padding: 5px;height: 360px}
nav { background: transparent; color: bisque;}
nav ul {padding-left: 50px;}
nav ul li {list-style-type: none;}
nav ul li a {
    color: azure;
    text-decoration: none;
    text-align: center;
    background: #ccc;
    display: block;
    padding: 1rem; }
    
nav ul li a:hover{ background: #fff03a; color: darksalmon;}

section article {height: auto; padding: 6%; }

.vid-contenedor {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    
}

.vid-contenedor iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

h1{background: transparent; text-align: center; font-size: 50px; color: black; padding: 1rem;}
h2{background: transparent; text-align: justify; color: black; font-size: 16px; padding: 1rem;padding: 5px; margin: 5px;}
p{background: transparent;text-align: justify;color:black; font-size: 18px;}

h3{background: transparent; font-size: 13px;color:black; text-align: justify; margin: 28px; padding: 3rem;}

footer {background: transparent; font-family: 'Playfair Display', serif; color:black; text-align: center;font-size: 12px; padding: 3rem}