html, body {
    margin: 0;
    height: 100%;
    background-color: #1E1E1E;
}

p {
    margin: 0;
}
form, textarea {
    background: 0, 0;
    border: 0;
    color: floralwhite;
    padding-left: 5px;
    width: 100%;
    height: 100%;
    outline: none;
    resize: none;
    font-size: 15px;
}

.text {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 92%;
}

.footer {
    position: fixed;
    left: 0;
    display: inline-block;
    bottom: 0;
    width: 100%;
    background-color: #212121;
    color: #607D8B;
    text-align: left;
}

.footer ul {
    height:100%;
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Signika', sans-serif;
}

.footer li {
    display: inline-block;
    padding-top: 0;
    padding-right: 20px;
    text-align: center;
}

button {

    background-color: transparent;
}