body {
    text-align: center;
}
header {
    margin: 2% 0 0 0;
    font-family: "Monospace"
}
header img {
    max-height: 3em;
    max-width: 7em;
    margin: 0 1em;
}
textarea {
    text-align: center;
    width: 30%;
    height: 3em;
    margin: 4% 0% 4% 0%;
    padding: 5px;
    font-size: x-large;
    border: none;
    border-radius: 5p;
    background: rgba(230,230,230,1);
}
svg {
    border: dashed 1px;
    border-color: rgba(205,205,205,1);
}
input {
    font-size: xx-large;
    margin: 4% 0 0 0;
}
footer {
    position: absolute;
    bottom: 1%;
    width: 99%;
}