     body{
        background-color: burlywood;
        color: maroon;
        font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
        font-size: 18px;
        font-weight: normal;
        text-transform: lowercase;
        text-align: center;
        max-width: 650px;
        margin: 0 auto;
        }
        
      h1{
        text-transform: uppercase;
      }
      h3{
        font-style: italic;
        }
      
      a {
        color: #064000;
      }
      a :hover {
        background-color: #400026;
        text-transform: uppercase;
      }
      a :visited{
        color: maroon;
      }