* {
    margin: 0px;
}
body {
    text-align: center;
    align-content: center;
    font-family: "Century Gothic";
    background-color: #FFF;
}
body p {
    font-size: 20pt;
    color: #FFF;
}
body a {
    color: #FFFFFF;
}
form p {
    color: #000;
}
.header {
    background-color: #363636;
    width: 100%;
    height: 5%;
}
.header h1 {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFF;
}
hr {
    color: teal;
    background-color: teal;
    height: 20px;
}
form {
    background-color: #FFFFFF;
    font-size: 14pt;
}
footer {
    position: absolute;
    background-color: #363636;
    bottom: 0%;
    height: 50px;
    width: 100%;
    color: #FFF;
}
footer p {
    font-size: 15pt;
    padding-top: 10px;
    color: #FFF;
}
input {
    background-color: transparent;
    border: #363636 solid 3px;
    height: 25px;
    font-size: 14pt;
}
button {
    background-color: #363636;
    color: #FFF;
    font-size: 14pt;
    height: 30px;
    border: none;
}