#container {
    width: 500px;
    margin: 0 auto;
}

body 
{
        background: url(background.jpg);
}

h1 {
    text-align: center;
    color:aliceblue;
    font-family:sans-serif;
    
        
}

input[type = "text"] {
    display: block;
    width: 80%;
    height: 50px;
    border: 0;
    border-bottom: solid 2px white;
    font-size: 25px;
    font-family: monospace;
    color: #777;
    text-transform: uppercase;
    text-align: center;
    margin-left: 60px;
    background: none;
}
#textArea {
    outline: none;
}

li {
    list-style: none;
    margin-top: 20px;
    font-size: 18px;
    font-family: monospace;
    text-transform: uppercase;
    color: aliceblue;
        
}

span {
    padding-left:20px;
    padding-right: 100px;
}
input[type = "button"]
{
    background: url("red_background.jpg");
    width: 5px;
}