body {
    
background:url() no-repeat center center fixed ;	
    
background-size: cover; 
    
background-attachment: fixed;
    
text-align: center;
    
background-color: #E48C79; 
    
font-family:  'Magneto';
    
font-style: normal;
    
font:Magneto;
}

h1 {
    
background-color: #e2bf7d; 
    
color: #858519;
    
border-left-style:solid; 
    
border-width: thick;
    
border-left-color: #551B1B;
    
border-left-width: 20px;
    
}

img {
    
max-height: 300px;
    
max-width: 300px;
    
min-height: 300px;
    
min-width: 300px;
    
border-style: groove;
    
border-color: black;
    
border-width: thick;
    
border-radius: 30px;
    
box-shadow: 9px 9px black;
    
}


li {
    
display: inline;
    
text-align: center;
    
border-style:solid;
    
border-width: thin; 
    
}

