img {
 border-radius: 75px;
}
h2 {
 font-size: 18px;
}

body {
  background-color: azure;
  font-family: "Comic Sans MS", cursive, sans-serif;
  color: slateblue;
  font-size: 18px;
  text-align: center;
}

a {
 padding: 10px;
 background-color: white;
 font-size: 15px;
 border-radius: 10px;
 display: block;
 text-align: center;
 margin: 10px;
 color: slateblue;
}
button {
border: solid;
border-radius: 5px;
background-color: yellow;
font-family: fantasy;
}

.1 {
color: gold;
margin: 10px;
background-color: solidblue;
font-family: "small caps"
text-align: top;
font-size: 14px;
border-radius: 5px;
display: block;




}