body {
  background-color: black;
  color: white;
  font-family: "Ink Free";
}

header {
  font-size: x-large;
  text-align: center;
  font-family: "Ink Free";

}

main {
  padding: 20px; /* Ajusta según sea necesario */
}


h3 {
  font-family: "Ink Free";
}

p {
  font-family: "Ink Free";
}

a {
  color: #ffcc99;
}

/* Estilos para tablets y dispositivos móviles */
@media only screen and (max-width: 768px) {
  header img {
    width: 100%; /* Haz que la imagen sea responsive */
  }

  main {
    padding: 10px;
  }
}

/* Estilos para dispositivos móviles específicamente */
@media only screen and (max-width: 480px) {
  header {
    font-size: large; /* Ajusta el tamaño del encabezado para dispositivos móviles */
  }

  main {
    padding: 5px; /* Ajusta el relleno en dispositivos móviles */
  }
}


/*************/

.welcome-container {
    display: flex;
    justify-content: center;
    height: 100vh; /* Ajusta la altura según tus necesidades */
}

.welcome-content {
    text-align: center;
    max-width: 600px; /* Ajusta el ancho según tus necesidades */
}

.welcome-title {
    color: #ffcc99;
    font-size: 2em;
    margin-bottom: 10px;
}

.welcome-text {
    color: #FFF;
    font-size: 1.2em;
    margin-bottom: 20px;
}

.welcome-image {
    max-width: 100%;
    height: auto;
}

td{
background-color: black; color: white; border: 2px solid white; text-align: center;
}

th{
background-color: black; color: white; border: 2px solid white; text-align: center;
}

.errorlist li {
    color: red;
}
