a.p1-link {
background-color: white;
  font-size: 20px;
  border-radius: 10px;
  padding: 10px;
  display: block;
  text-align: center;
  color: slateblue;
  margin: 10px auto;
  width: 200px;
}

img.p1-image {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-top: 25px;
}

h2 {
  font-size: 18px;
}

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