    body {
        background-color: gray;
        color: white;
    }
    a:link{
        color: black;
    }
    a:visited{
        color: white;
    }
    a:hover{
        color: white;
        background-color: black;
    }

    #Header{
 
        border-bottom: 1px solid white;

    }
    h1 {
        text-align: center;
        color: white;      
        padding-left: 50px;
        padding-right: 50px;
    }
    

    
 
    
    label {
        color: white;

    }
    input {
        color: black;

        width: 150px;

    }
    a {

        font-size: small;   
    }


      #Footer {
        text-align: center;
        border-top: 1px solid white;
        color: white;
        font-size: small;
    }
    

