h1 {
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px green, 0 0 5px darkgreen;
}
body {
    background-color: lightgreen;
 }
.jumbotron {
    background-image: url("alien.jpg");
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    padding:25px;
    text-align: center;
 }

.sigline{
    color: darkgreen;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-right: 30pt;
}

.form-control{
    color: white;
    background-color: darkgreen;
}

.form-control:hover{
    color: black;
    background-color: white;
}

#reset{
    color:red;
}

.info{
    color: black;
    font-family: Courier New, Courier, monospace;
    font-weight: bold;
}