

    h1 {
        
        font-family: Arial, Helvetica, sans-serif;
    }

    html {
        width: 100%;
        height: 100%;
    }

    header {
        background: rgb(4, 128, 0);
        height: 70px; 
        width: 100%;
        margin-top: -30px;
        margin-right: 70px;
       padding-top: -10px;
    }

   #cabecalho, h1{
    text-align:right;
     color: rgb(255, 255, 255);
     margin-right: 30px;
     font-family: inherit;
     font-size: 40PX;

   }
    
    nav li {
    display: block;
    
    }


    #menu {
        width: 20%;
        height: 600px;
        background-color: rgb(255, 243, 137);
        margin-top: 0px;
        float: left;
        height: 1400px;
        font-size: 30px;
    }
    #menu li {
        color: rgb(0, 0, 0);
    margin-top: 10px;
    font-size: 30px;
    align-items:center;
    text-align: center;
    margin-left: -40px;
    }

    #menu h2{

    text-align: center;
    color: rgb(0, 0, 0);
    }

    #principal {
        width: 80%;
        height: 600px;
        background-color:rgb(253, 250, 84);
        float: left;
        margin-top: 0px;
        margin-bottom: 10px;
        text-align: center;
        color: rgb(0, 0, 0);
        font-size: 30px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;  
        height: 1400px;    
    }

    #principal h5{

    margin: 30px;

    }

    img {

        width: 80%;
        border-radius: 50px;
    }


    p {
        text-align: center;
        font-size: 50px;
        font-family: cursive;
    }

