img {
 border-radius: 75px;
 }
 a {
  background-color: white;
  font-size: 20px;
  border-radius: 10px;
  padding: 10px;
  display: block;
  text-align: center;
  margin: 10px;
  color: slateblue;
 }
 h2 {
  font-size: 18px;
 }
 body {
  background-color: slateblue;
  font-family: "Trebuchet MS";
  color: white;
  text-align: center;
  }