h1 {
    color:black;
    font-size: 24px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #120214;
    display: block;
    margin: 0 auto;
    position: static;
    row-gap: 10px;
    padding: 200px 15px 10px 5px;
    top: 20px;
    bottom: 10px;
    text-align: center;
    line-height: 28px;
    }
    
    h2 {
        color:black;
        font-size: 20px;
        font-weight: bolder;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        color: #120214;
        display: block;
        margin: 0 auto;
        position: static;
        text-align: center;
        
    
        }
    
        h3 {
            color:black;
            font-size: 14px;
            font-weight: bolder;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            color: #120214;
            display: block;
            margin: 0 auto;
            position: static;
            text-align: center;
            
        
            }
    
    form{
            color:black;
            background: #a2afe4;
            border: 4px inset rgba(93, 180, 241, 0.6);
            border-radius: 20px;
            font-size: 14px;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
            text-shadow: 5px 5px 10px rgba(18, 2, 20, 0.4);
            display: block;
            margin: 0 auto;
            position: static;
            top: 50px;
            bottom: 50px;
            left: 100px;
            right: 100px;
            max-width: 400px;
            width: 50%;
            padding: 20px 15px 10px 5px;
            text-align: center;
            color: #120214;
    }
    
    
    
    div {
        color:black;
        display: block;
        margin: 0 auto;
        position: static;
        font-size: 14px;
        max-width: 800px;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        }
    
      
    
    body {
        background: lightblue;
        border: #120214;
        border-radius: 20px;
        border-width: 2px;
        display: block;
        margin: 0 auto;
        position: static;
        background-size: cover;
           
    }
    
    .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-direction: column;
     }
    
     
    footer {
        display: block;
        margin: 0 auto;
        position: static;
        padding: 200px 15px 10px 5px;
        text-align: center;
        color: #120214;
        color:black;
        font-size: 14px;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
     }
    
    button {  background-color:orange;
                border: none;
    
                 padding: 16px 32px;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
        width: 20em;  height: 2em;
        color: #120214;
        font-size: 14px;
        padding: 200px 15px 10px 5px;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        }
    
       
    
        a {
    
            color:#120214;
            font-size: 14px;
            font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
         }