@font-face {
    font-family: mainFont;
    src: url(../fonts/font.woff2);
}

body {
    font-family: mainFont;
}

#word {
    font-size: 10em;
    text-transform: uppercase;
    height: 200px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

section {
    width: 100%;
    text-align: center;
    padding-top: 70px;
}

section > h1 {
    font-size: 5em;
    text-transform: uppercase;
}

#one-word-form > p {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    text-align: left;
}

#one-word-form > p > label {
    display: inline-block;
    width: 40%;
    text-align: right;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    padding: 10px;
    text-transform: uppercase;
}

#one-word-form > p > input {
    display: inline-block;
    width: 30%;
    text-align: left;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    outline: none;
    margin: 10px;
    padding: 5px;
}

#one-word-form > input[type=submit] {
    margin-top: 20px;
    width: 50%;
    height: 40px;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    outline: none;
}

#one-word-form > input[type=submit]:hover {
    cursor: pointer;
}

footer {
    position: absolute;
    height: 50px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    font-size: 1.5em;
    text-align: right;
    padding-left: 20px;
    padding-right: 20px;
}

#to-home {
    float: left;
}
