.bg-night
{
  background: #005b88;
}
.text-night
{
  color: #005b88;
}

.bg-day
{
  background: #00b3cc;
}
.text-day
{
  color: #00b3cc;
}
