        
            body {
  background-color: lightblue;
}

h1 {
  color: white;
  text-align: center;
}

p {
  font-family: verdana;
  font-size: 25px;
  color: indigo;
}
  a{
    color: brown;
    font-size: 20px;
  }
  h3{
    font-size: 25px;
    color: black;
  }