body{
    background-color: #061c45;
}

no se ve
nav{
    background-color: rgb(a)(aqua)
}
no se ve
header img{
    display: black;
    height: 5em;
    margin: auto;
    margin-bottom: 3em;
}

header nav ul{
    list-style: none;
    padding: 0;
    background: aqua;
    width: 400px;
    
    display: flex;
    flex-direction: row;
    align-content: space-around;
    justify-content: space-around;
}
header nav ul li a{
   color:#061c45;
    text-decoration: none;
    display: black;
    text-align: center;
   
}
h1{
    width: 300px;
    background: none;
    color:aqua;
}
h2{
    width: 300px;
    background: none;
    color:aqua;
}
h3{
    width: 300px;
    background: none;
    color:#f500ff;
}
h4{
    width: 300px;
    background: none;
    color:aqua;
}
p{
    width: 300px;
    background: none;
    color:#ffffff;
}

no se ve
main section{
    border: 0,2em solid black;
    margin: 000.8em 0;
    color: azure
}

footer{
   
    color:#ffffff;
}