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


header {background:transparent;background-size:cover; background-repeat: no-repeat; color: aqua;margin: auto; height:390px}

h1{background: transparent; font-family: 'Playfair Display', serif; color:black; margin:5px;text-align:justify;font-size: 50px;}

nav { background: aqua; color: bisque;}
nav ul {padding-left: 50px;}
nav ul li a:hover{ background: #fff03a; color: darksalmon;}
nav ul li {list-style-type: none;}
nav ul li a {
    color: azure;
    text-decoration: none;
    text-align: center;
    background: #ccc;
    display: block;
    padding: 0.5rem; }
nav ul li a:{ background: #fff03a; color: darksalmon;}

section article{background:transparent; text-align:justify; width: 80%; margin: auto 10% auto; padding: 3%; border-radius: 0.5 rem; font-size: 20px;}
section article img {border-radius: 30rem;display: block; margin: auto; background: transparent}

h2{background: transparent;font-size: 25px;}
h3{background: black;font-size: 20px; text-align: justify; padding: 1rem}
h4{background: aqua; font-size: 15px;color:black; text-align: justify; margin: 1rem; padding: 1rem}

div {background: black; font-size: 20; text-align: justify;margin: 15px; padding: 1rem}
li{font-size: 15px}
p{font-size: 18px}


footer {background: transparent;
       font-family: 'Playfair Display', serif; 
       text-align: justify;font-size: 15px}