body {
  background-color: rgb(59, 122, 31);
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  color: white;
  text-align: center;
}
img {
  border-radius: 100px;
  border: 5px solid white;
}
h2 {
  font-size: 18px;
}
a {
  display: block;
  text-align: center;
  background-color: white;
  font-size: 20px;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
  color: slateblue;
}
