body {
    background-color: #333;
}

h1 {
    text-align: center;
    font-size: 8em;
    line-height: 1em;
    color: #eed;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: 1px 1px 0px black, 2px 2px 0px #476871, 3px 3px 0px #476871, 4px 4px 0px #476871, 5px 5px 0px #476871, 6px 6px 0px #476871, 7px 7px 0px #476871;
    margin: 0.5em;
}

form {
    text-align: center;
}

textarea {
    font-size: 3em;
    width: 80%;
    height: 300px;
    background-color: #292929;
    color: #eed;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: 1px 1px 0px black, 2px 2px 0px #476871, 3px 3px 0px #476871;
    border: 5px solid #eed;
    border-radius: 5px;
    font-weight: bold;
}

input {
    color: #eed;
    font-size: 5em;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: 1px 1px 0px black, 2px 2px 0px #476871, 3px 3px 0px #476871, 4px 4px 0px #476871;
    border: 0 none;
    background-color: #333;
}