body {
  background-color: #010101;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: white;
  padding: 5%;
}

strong {
  font-weight: 600;
}

h1 {
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
}

h1 img {
  width: 290px;
}

.info {
  margin: 50px auto;
  max-width: 500px;
  border: 2px solid white;
  padding: 25px 30px;
  font-size: 20px;
  text-align: center;
}

.contacto {
  text-align: center;
  font-size: 16px;
}

.contacto a:hover {
  text-decoration: underline;
}

.contacto i {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background-image: url(../img/flecha.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 30px;
}

@media (max-width: 400px) {
  .contacto {
    font-size: 14px;
  }
  .contacto i {
    margin-right: 15px;
  }
}
