@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");
body {
  background-color: #040720;
  color: white;
  font-family: "Space Grotesk", sans-serif;
}

.container {
  height: 100vh;
}

.conteudo {
  height: 75%;
}

.conteudo #logo {
  width: 50%;
}

.conteudo h1 {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
}

#icone {
  width: 5%;
  padding-top: 50px;
}

.footer a {
  color: #fff;
  text-decoration: none;
  transition: 300ms;
}

.footer a:hover {
  color: #fff;
  opacity: 0.75;
}/*# sourceMappingURL=style.css.map */