body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #010101;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}

.splash {
  padding: 1rem;
  min-height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.body {
  width: 100%;
  flex-grow: 1;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* color: #b7a075; */
}

.title {
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1;
}

.icona {
  width: auto;
  height: 1em;
  min-width: 1em;
  display: inline-block;
  font-size: 2em;
  vertical-align: middle;
  margin-left: 0.5em;
  transition: color 0.3s ease;
}
.icona:hover {
  color: #b7a075;
}
.follow {
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
  width: 200px;
}
.logo img {
  width: 100%;
  height: auto;
}

.footer {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.4em;
}

@media (min-width: 768px) {
  .logo {
    width: 400px;
  }
  .footer {
    font-size: 0.8rem;
  }
}
