 
<style>
body{
    background-color: blue;
}

    
    ul#menu2 {
        padding: 10px;
        background-color: lightbrown;
        text-align: center;
    }

    ul#menu2 li {
        list-style: none;

    }

    ul#menu2 li a {
        color: grey;
        padding: 10px 30px;
        text-decoration: none;
        border-radius: 0 0 0 0;

    }

    ul#menu2 li a:hover {
        background-color:red;
    }
 body {
    padding-top: ;
    background-color: white;
    background-image: images("Capturelv.jpg");
    }
    p1 a {
        color: red;
        font-family: Times New Roman;
        font-size: 13px;
    }
    p2 {
        color: black;
        font-family: Times New Roman;
        font-size: 60px;
        font-weight: bold;
    }
     p3 {
         font-size: 14px;
         text-align: center;
                
        }
    p5 {
        font-size: 11px;
        font-family: Times new roman;
        color: red;
        text-align: center;
                
        }
    #footer {
        font-size: 12px;
    }

.h5{
        
        text-align: left;
}



</style>
