
body {
	
	  display: flex;
  justify-content: center;
  align-items: center;

  margin: 0; 
	 background-color:#000000;
	font-family: 'arial';
	font-size: 24px;
	
  }

	
   
            
       
        
    
        
    ul {
            list-style-type: none;
            margin-top:300px;
            margin-left: 180px;
        }
        
    li {
           
             margin-bottom: 20px;
        }
        
    a {
             color:white;
            text-decoration: none;
        }
        
 .container{
          
   display: grid;
  place-items: left;

  background-image: url('images/back.jpg') ;
  
 
   width:1500px;
   height:2100px;
  
  
 
  
	
        }