body {
  background: azure;
}

div {
  align-items: center;
  justify-content: center;
  text-align: center;
}

p {
  font-size: 2.7rem;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: black;
  display: inline-block;
  padding: 1rem 2.8rem;
  background: teal;
  border-radius: 4rem;
  box-shadow: 0 0 1rem turquoise;
  font-size: 0.8rem;
  color: black;
  letter-spacing: 0.1rem;
  transition: 0.5s ease;
}

a:hover {
  box-shadow: none;
}
