body {
  background: #9be651;
}
#screen {
}

#message {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: #111;
}
