/* This is a css comment */
            
            
            .lilMan {
                position: relative;
                max-width: 100%;
                height: auto;
                display: block;
                margin: 0px 0px -200px -0px;
              }
            
            
            
              
              h1 {text-align: center;}
              p  {text-align: center;}
            
     
        a {
          color: #641df2;
          text-decoration: none;
        }
         
            #Header {margin-top: 100px;
                    margin-bottom: 50px;
                    }
            #Body {margin-top: 50px;
            
            
            }
            #Nav {margin-left: 150px;
                    Margin: -300px 700px -300px -300px;
                    height: max-content;
                    
            }
          
            h1, h2, p {
              background-color:  black;
              padding: 15px;
              margin: 40px 0;
              box-shadow: 0 4px 8px rgba(0,0,0,0.2);
              border: green 1px solid;
         }
        
        
           
       p { background-image: url('Images/paintBackground.jpg');
           border: green 6px solid;
           border-radius: 12px;
           font-size: 20px;
           overflow-wrap: break-word;
          
           
           
       }
    
        
        
        ul { background: linear-gradient(#2896c5, #1a61ff);
            min-height: 23vh;
            border: green 2px solid;
            border-radius: 12px;
         
          
        }

         
            .Main { 
              max-width: 600px;
              Margin: 0px auto;
            }
             Li {
                    color: white;
                }
             h1 {
                    color: green; 
                }
             h2 {
                    color: white; 
                }
             p {
                    color: black; 
                }
              body {
                
          background-image: url(geocities49.jpg);
          width: 100%;
    } 