html, body {
    font-family: "Exo";
    margin: 0;
    padding: 0;
    height: 100%;
}

#content {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

textArea {
    width: 100%;
    height: 100%;
    border: none;
    padding: 1%;
    line-height: 1.5;
}