/* selectores de etiquetas html */

body {
    background-color: red;
}


    
    h1{
        font-size: 300%;
        color: wheat;
    }
    h2{
        text-align: center;
    }

    
    h5 {
        text-align: center;
        color: beige;
    }
    
    .centrar {
        text-align: center;
    }
    
    .adaptable{
width: 80%;
    }


    .adaptable1 {
        width: 50%;
    }
    .pie {
        border: 5px solid red;
        text-align: right;
    }

    .cabeza {
        background-image: url(../img/fondi.jpg) ;
        margin: 0%;
        padding: 0%;
        }

    