html, body,
sun,mon,tues,
wed,thurs,fri,sat{
  padding: 4px 19px;
  font-weight: bold;
  font:38px/1.5 "Helvetica Neue", sans-serif;
  background-color: rgb(0, 4, 27);
  color: white;
  overflow: hidden;
}
h1 {
  text-decoration:none;
}

sun{
color: #cc334d;
}
mon{
color: #ad33cc;
}
tues{
color: #337fcc;
}
wed{
color: #33ccc3;
}
thurs{
color: #33cc57;
}
fri{
color: #c7cc33;
}
sat{
color: #cc5733;
}
::selection {
  background: #41ff1b;
}