body {

    background-color: #F5EEDC; /* Beige suave */

    color: #5A3729;

    margin: 0;

    padding: 0;

}



header {

    background-color: #D2B48C;

    padding: 20px;

    text-align: center;
}



header h1 {

    margin: 0;

    font-size: 2em;

    color: #5A3729; /* Rosa pastel */
}

href {
    font-size: 2em;
}

nav a {

    margin: 0 15px;

    text-decoration: none;

    color: #5A3729;

    font-weight: bold;

    font-size: 2em;

}



nav a:hover {

    color: #fcd1c6; /* Rosa pastel al pasar el mouse */

}


p {

    font-size: 300px;

    line-height: 1.6;

    margin-bottom: 20px;

    color: #5A3729; 

}


table {

    width: 100%;

    border-collapse: collapse;

    margin-bottom: 20px;

}



table, th, td {

    border: 1px solid #5A3729;

}

th, td {

    padding: 10px;

    text-align: left;

    color: #5A3729;

}

th {

    background-color: #D2B48C; 

    color: #FFC19E; 

}


tr:nth-child(even) {

    background-color: #FFF8DC; /* Amarillo pastel suave */

}



