html, body, canvas, #instructions, #statement {
  position: absolute;
  width: 100%;
  height: 100%;
}

body {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #080d28 0%, #000f2c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#statement {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Optional: semi-transparent background */
  color: white; /* Optional: text color */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#statement p {
  color: white; /* Optional: text color */
  font-family: 'Open Sans', sans-serif;
  font-size: 42px;
  margin-bottom: 40px;
}

.bold {
  font-weight: bold;
}