@font-face {
  font-family: Roboto;
  src: url(Roboto-Regular.ttf);
}

a, a:visited {
  color: inherit;
}

body *, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: Roboto;
}

body {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.instructions, .credits {
  width: calc(100vw - 2rem);
  display: flex;
  flex-direction: row;
  user-select: none;
}

.instructions {
  font-size: 2rem;
  margin-bottom: 1rem;
  justify-content: center;
  color: rgb(127, 127, 127);
}

.credits {
  position: absolute;
  font-size: 2rem;
  bottom: 1rem;
  left: 1rem;
  justify-content: space-between;
  color: rgb(200, 200, 200);
}
