html {
   height: 100%;
}

body {
   background-color: #191717;
   color: #888cca;
}

a {
   color: #888cca;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}
