body {
    background-color: antiquewhite;
    color: darkgreen;
    font-size: 14px;
    font-family: "Lucida Grande", Verdana;
    border: 4cm;
    border-bottom-width: 4cm;
    border-bottom-color: azure;
    font-weight: 300;
    text-transform: none;
}
h1 {
    color: antiquewhite;
    background-color: darkgreen;
    text-transform: none;
    font-size: 13mm;
    margin-left: 450px;
    margin-right: 450px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 15px;
    padding-left: 10px;
    padding-bottom: 35px;
    border-style: ridge;
    border-color: brown;
    border-width: 15px;
}

a {
    text-decoration:inherit;
    color: indianred;
}

strong {
    font-size: 10mm;
    font-family:fantasy;
    text-transform: capitalize;
}

p {
    letter-spacing: 0.1em;
    word-spacing: 0.5mm;
    line-height: 1;
    text-align: center;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}