/* Importa los estilos globales */
@import url("../../core/css/base.css");

main {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: calc(100vh - 65px);
}

main h1 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

main p {
  color: #bdbdbd;
  font-size: 1.1rem;
  max-width: 600px;
  line-height: 1.6;
}
