*{
    margin: 20px;
    padding: 20px;
}

 
 #capçalera{

    font-size: 20px;
    background-color:green;
 }

 p{

    padding-left: 150px;
    color: whitesmoke;
    display:flex;
    text-align: center;
    justify-items: center;
 }

#menupral {

    background-color: green;
    border-top: 1px solid;
    border-bottom: 1px solid;
    width: 94%;
    height: 80px;

}    

#menupral a{


    font-size:medium;
    color: azure;
    text-decoration: none;
    
}

#menuprincipal  th:hover{

    background-color:chartreuse;
}