body {
    font-family: sans-serif;
    background-color: moccasin;
    height: auto;
    font-weight: bold;
           }
img {
    text-align: center;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    
           }
ul{
    text-align: center; 
    
}
il {
    display: inline-block;
    
}
p{
    vertical-align: middle;
}
.main{
    text-align: center;
    background-color: greenyellow;
    position: fixed;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.menue img {
    width: 300px;
    height: 40x;
           }
.last {
    text-align: right;
    background-color: greenyellow;
    height: 150px;
}