img {
  border-radius: 30px 30px 30px 30px;
}
h2 {
  font-size: 18px;
}
body {
  background-color: rgb(41, 37, 247);
  font-family: "Trebuchet MS";
  color: rgb(13, 178, 228);
  text-align: center;
}
a {
  background-color: rgb(255, 255, 255);
  font-size: 20px;
  border-radius: 50px;
  padding: 10px;
  display: block;
  text-align: center;
  margin: 10px;
  color: slateblue;
}
