h1 {
  color: rgb(0,0,255);
  text-align: center;
  text-decoration: underline;
  
}

p {
 font-family: cursive;
  text-align: center;
font-size:24px;
  background-color: deepskyblue;
  border-radius: 10px;
  color: rgb(255,0,0);
}

button {
  color: red;
  background-color: dodgerblue;
  border-radius: 10px;
}
a {
  color: red;
  font-family: cursive;
}

  
img {
    width: 200px;
    margin: 10px;
  border-color: blue;
  border-width: 5px;
  border-style:ridge;
  border-radius: 7px;
  float: left
  }
body {
  background:skyblue;
}
ul {
  list-style-type: none;
  margin:5px;
  padding: 0;
  overflow: hidden;
  background-color: royalblue;
  border-style: solid;
  border-color: white;
  border-radius: 20px;
}
li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 8px;
  text-decoration: none;
  font-family: Verdana;
}






  
   
  