@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@1,800&display=swap);

/* You can add global styles to this file, and also import other style files */
body {
  background-color: #0a0e21;
  overflow-x: hidden;
}
.titulo {
  font-family: "Raleway", sans-serif;
  color: white;
  text-align: center;
}
.row {
  margin-top: 15px;
}
.contenedor {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}


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