/* Esse botão é um template pronto que pode ser encontrado em https://getcssscan.com/css-buttons-examples */
.button-59 {
  margin: 1%;
  /* align-items: center; */
  background-color: #fff;
  border: 2px solid #000;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  /* display: inline-flex; */
  fill: #000;
  font-family: Inter,sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  justify-content: center;
  letter-spacing: -.8px;
  line-height: 24px;
  min-width: 140px;
  outline: 0;
  padding: 0 17px;
  /* text-align: center; */
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border-radius: 50px;
  margin-top: 15px;
}

.button-59:focus {
  color: #171e29;
}

.button-59:hover {
  border-color: #f00;
  color: #f00;
  fill: #f00;
}

.button-59:active {
  border-color: #06f;
  color: #06f;
  fill: #06f;
}

@media (max-width: 768px) {
  .button-59 {
      width: 90%;
  }
}

@media (min-width: 768px) {
  .button-59 {
      width: 50%;
  }
}
/* final botão */


.container{
  text-align: center;
  margin-top: 5%;
}

.logo{
  text-align: center;
  margin-top: 5%;
}


