@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body,
html {
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  flex: 1;
}

h1,
h2,
h3 {
  font-weight: bold;
}

h2 {
  color: white;
  text-align: center;
  font-size: 2rem;
}

.btn-contacto {
  background-color: #68c4ba;
  border: 1px solid #68c4ba;
  color: white;
  width: 100%;
  transition: all ease 0.3s;
  padding: 1rem;
  font-weight: bold;
}
.btn-contacto:hover {
  opacity: 0.9;
}

.help-block ul {
  margin-bottom: 0;
  font-size: 12px;
}

/*# sourceMappingURL=styles.css.map */
