body {
    background-color: rgb(195, 223, 214);  
    font-family: 'Merriweather', serif;
    text-align: center;
    }
     
    /*  Puedes aplicar la fuente a elementos específicos */
    h1 {
      font-family: 'Merriweather', serif;
    }

table {
    background-color: rgb(255, 255, 255);
    margin: 0 auto;
}

a {
    color: rgb(153, 101, 4);
}
