html {
  font-family: "Helvetica", sans-serif;
  font-size: 10px;
  letter-spacing: 0.3px;
}

.hero {
  height: 100vh;
  position: relative;
  background-color: #efe3cd;
}
.hero .main-logo {
  width: 100%;
  height: auto;
  max-width: 600px;
  margin: 0 auto;
  display: block;
}
.hero h1, .hero p {
  font-size: 0;
}
.hero .meta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.hero .meta ul {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.hero .meta ul li {
  margin: 0 10px;
}
.hero .meta ul li a {
  display: block;
}
.hero .meta ul li a img {
  width: 40px;
  height: auto;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.hero .meta ul li a:hover img {
  transform: rotate(10deg);
}

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