body {background-color: lavenderblush; 
      font-family: sans-serif; 
      padding: 1rem 1rem 1rem 1rem;
      font-size: 16px;
      max-width: 1080px;
      margin: auto;
      border: 1rem;
      box-shadow: 0 2px rgba(0, 0, 0, 0.06)
      }




p {color: cornflowerblue;
  font-size: 0,5rem;
  }

h1 {color: turquoise;
  }


h3 {background-color: honeydew; 
    color: deeppink; 
    font-size: 1rem;
    padding: 1rem;
    max-width: 6rem;
    max-height: 4rem;
    }

footer {font-size: 0.7rem;
        background-color:blanchedalmond;
        margin: 0.2rem;
        padding: 1rem;
        max-width: 67.5rem;
        max-height: 4rem;}



.clear {clear:both;}

nav ul li {text-decoration: none;}

nav ul {
    list-style-type: none;}



h4 {background-color: mediumturquoise; 
    color: white; 
    font-size: 0,5rem;
    text-decoration:none;
    text-decoration-line: none;
    list-style: none;
    }   

    
    
nav ul li {
        float: left;
        list-style: none; 
        background-color: paleturquoise;
        color: deeppink;
        padding: 1rem; 1rem; 1rem; 1rem;
        margin: 0rem; 1rem; 0rem; 1rem;   
        display: block;
        font-family: sans-serif; 
        font-size: 1rem; 
        }
    