body {
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('/assets/images/rabbit_walking_on_a_path.png');
  background-size: cover;
  background-position: center;
  color: white;
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
}

.text-container {
  text-align: center;
  font-size: 3em;
}

.top-left {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 3em;
  -webkit-text-stroke: 1px black;
}

.bottom-right {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 1.5em;
}
