/*Esta hoja de estilos contiene las modificaciones de entremeses.html*/
a{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #035e0b;
    font-style: italic;
    font-weight: 800;
    margin: 10px;
    background-color: #FAF0E6;
}
h2{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 30px;
    text-align: center;
    color: #f51302;
    }
    p{
        font-family: courgette;
        font-size: 19px;
        text-align: justify;
        color: #9400D3;
        background-color: #FAEBD7; 
        padding: 6px;       
    }

    p1{
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 22px;
        color: #D2691E;
        font-weight: 800;
        text-align: center;
        background-color: rgb(223, 244, 244);
        padding: 6px;
        font-style: oblique;
        border-radius: 7px;
    }

    li{
        text-align: left;
    }
    .boton{
        width: 93px;
        height: 30px;
        color: rgb(2, 85, 10);
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 16px;
        margin: 10px 0px;
        font-weight: 500;
        font-style: italic;
        background-color: antiquewhite;
        border-radius: 6px;
        border: none;

    }