* {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-image:url(img/baner.jpg);background-size: cover; background-repeat: no-repeat; color: aqua;}
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;}
h1{text-align: center;font-size: 4rem;}
p{font-size: 1rem}
h3 {object-position: center;
}
h4 {background: transparent; font-size: 15px; color:black; text-align: justify}

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


footer {background: transparent;
       font-family: 'Playfair Display', serif; text-align: center; }