@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    background-color:#1e252a;
    display: flex;
    flex-direction: column;
    text-align:center;
    color:#E0E0E0;
}

footer {
  background-color: #1e252a;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.em {
  font-size: 2em;
}

.it {
  font-size: 1.5em;
}

.at {
  font-size: 0.5em;
}

a:link{color:#ccffff;text-decoration:none;}
a:visited{color:#ccffcc;text-decoration:none;}
a:active{color:#4a4a4a;text-decoration:none;}
a:hover{color:#E0E0E0;text-decoration:none;}

textarea {
  resize: none;
  width:300px;
  background:#474E51;
  color:#E0E0E0;
  border: 0px;
  padding:10px;
  margin-top: 0rem 3rem 5rem 3rem;
  line-height: 1.5;
}