#background {
    height: 1500px;
    background-color: black;
  	background-size: cover;
}
#title {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #000;
    font-family: Andale Mono;
    font-size: 75px;
    padding: 50px;
    background-color: #0cf;
    user-select: none;
}
#description {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #000;
    font-family: Andale Mono;
    font-size: 50px;
    background-color: #fc0;
    padding: 20px;
}
p {
    display: block;
    margin-right: 150px;
    margin-left: 150px;
    text-align: center;
    color: #fff;
    font-family: Andale Mono;
    font-size: 35px;
}
#generate {
    background-color: #f33;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    transition: color 1s;
    color: #fff;
    font-family: Helvetica;
    font-size: 50px;
    border-width: 0px;
    user-select: none;
    padding: 30px;
}
#generate:hover {
    background-color: #f55;
}
input {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-family: Andale Mono;
    font-size: 50px;
    padding: 20px;
}
