html, body {
    background-color: #E0FFFF;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
  }
.a {
    color: #5CB0FF;
}
.site {
    font-size: 6em;
}
.row-size {
    margin-top: 8%;
}