body{
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
background: black;
font-family: Verdana, Geneva, Tahoma, sans-serif;

}
.navbar ul{
list-style: none;
background: black;
padding: 0;
margin: auto;
overflow: hidden;
text-align: center;
margin-top: 1cm;
margin-bottom: 6cm;

 
}
.navbar li{
    display: inline-block;
}


.navbar a{
    float: left;
    text-align: center;
    color:  white;
    padding: 5px 40px;
    text-decoration: none;
    width: 200px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    
 
    
    
 
}
.navbar a:hover{
    background:white;
    color: black;


    
}



img {
    display: block;
    margin: auto;
    margin-bottom: 10cm;
    
    
    }


footer {
background: transparent;
color: white;
padding: 35px;  
text-align: right;
font-size: 10px;

}   



    

