
body {
    background-image: url("../../imagenes/fondoOscuro.jpeg"); /* Ruta de la imagen */
    background-size: cover; /* La imagen cubrirá toda la página */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita repeticiones */
    background-attachment: fixed;
    height: 100vh; /* Asegura que el fondo cubra toda la pantalla */
    margin-top: 3%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10%;
    padding-bottom: 10%;
}
h1 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 5ch;
    color: #ffffff;
}
h2 {
    font-family: 'Times New Roman', Times, serif;
    color: #ffffff;
}
a {
    text-decoration: underline;
    color: #3bc7d1;
}
p {
    font-family: 'Times New Roman', Times, serif;
    color: #ffffff;
    font-size: large;
    padding-left: 20px;
    padding-bottom: 10px;
}
.mensaje {
    color: #ffa0a0;
    font-family: 'Times New Roman', Times, serif;
    font-size: medium;
}