         html {
         font-family: monospace;
         background-image:url(images/stars4.gif);
          color: aliceblue;   
            }
        body {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
                
            }
            
            .content {
               width: 80%;
                max-width: 600px;
                padding: 1em;
        
            }