img {
 border-radius: 75px;
}

h2 {
 font-size: 18px;
}

body {
 background-color: slateblue;
 font-family: "Trebuchet MS";
 color: white;
 text-align: center;
}

a {
 background-color: white;
 font-size: 20px;
 border-radius: 10px;
 padding: 10px;
 display: block;
 text-align: center;
 margin: 5px;
 color: slateblue;
  text-decoration: none;
}