body {
  font: 12pt arial;
  text-align: center;
}

.botao {
  margin-top: 2rem;
}

.botao a {
  text-decoration: none;
  background-color: rgb(61, 145, 255);
  padding: .5rem 1.8rem;
  border-radius: .5rem;
  transition: .2s;
}

.botao a:hover {
  background-color: rgb(0, 110, 255);
  color: white;
}