body, html {
  height: 100%;
  margin: 0;
}

.bg {
  /* The image used */
  background-image: url("../img/bg.png");

  /* Full height */
  height: 100vh;
  margin: 0;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wip {
  font-size: 30px;
  color: #fdcaff;
  text-align: right;
}