body {
  background: #000 url(/static/img/sunset.png) no-repeat top left;
  color: #fff;
  font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
  height: 100%;
  margin: 0;
}
h1 {
  color: #000;
  font-size: 45px;
  margin: 60px 95px;
}
a {
  color: #ff7;
}
#content {
  margin: 0 70px;
  padding: 10px;
  background-color: rgba(0, 0, 0, .4);
  bottom: 0;
}
table {
  margin: auto;
  width: 90%;
}

a {
  color: #fff;
  text-decoration: none;
}
.app {
  background-size: cover;
  border-radius: 15px;
  box-shadow: inset 0 0 8px rgba(15, 6, 44, 0.4);
  height: 150px;
  margin: 10px 20px 20px 10px;
  text-align: center;
  text-shadow: 1px 1px 4px #000;
  width: 150px;
}
.app p {
  padding-top: 8px;
}
.app:hover {
  box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 8px #000;
  cursor: pointer;
}
#wtfwig {
  background-image: url(/static/img/icon_wtfwig.png);
}
#biocalendar {
  background-image: url(/static/img/icon_biocalendar.png);
}
#dpc {
  background-image: url(/static/img/icon_dpc.png);
}
#tv {
  background-image: url(/static/img/icon_tv.png);
}
#lotto {
  background-image: url(/static/img/icon_lotto.png);
}
#parlour {
  background-image: url(/static/img/icon_parlour.png);
}
#magtris {
  background-image: url(/static/img/icon_magtris.png);
}
#sudoku {
  background-image: url(/static/img/icon_sudoku.png);
}
#ads {
  display: inline;
  float: right;
}
