body {
  background-image: url(../img/bg.png);
  background-size: cover;
  background-position: center top;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
  height: 90vh;
}
body .logo {
  width: 90%;
  max-width: 390px;
}
body p {
  color: #faa61a;
  font-size: 22px;
  margin: 0;
}
body .cilindros {
  width: 90%;
  max-width: 600px;
}
body a {
  display: block;
  text-decoration: none;
  color: #485e88;
}
body a:hover {
  opacity: 0.8;
}/*# sourceMappingURL=main.css.map */