p {
    color: darkslategrey; 
    font-size:24px;
    
}

a {
    color: #0e6085;font-size:24px
}



body {
    font-size: 24px;  
    font-family: arial, serif, helvetica;
    text-align: center;
    color: seagreen;
    background-color: honeydew;
}

h1 {
    color: honeydew;
    background-color: seagreen;
    text-align: center;
    margin: 0;
    margin-bottom: 7px;
    padding: 4px;
    font-style: italic;
    border-bottom-style: solid;
    border-bottom-width: 0.5em;
    border-bottom-color: darkslategrey;
}

h2 { 
  background-color: seagreen;
  font-size: 20px;
  padding: 2px;
  line-height: 2;
}

#links {
  color: red;
  }





