@font-face {
  font-family: PressStart2P;
  src: url(./PressStart2P-Regular-8d0248e4.ttf);
}
* {
  box-sizing: border-box;
  font-family: PressStart2P;
  padding: 0;
  margin: 0;
  color: #fff;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.background {
  background-image: url(./negx-b29bbd85.jpg);
  background-size: 100% 99.9%;
  height: 100vh;
  width: 100%;
}
.text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  font-size: 3rem;
}
.options {
  position: absolute;
  width: 100%;
  display: flex;
  margin-bottom: 60px;
  align-items: center;
  justify-content: space-evenly;
  bottom: 0;
  font-size: 1.5rem;
  color: #333;
}
.option {
  width: 100%;
  text-align: center;
}
#Single {
  font-size: 2rem;
}
.bottom {
  position: absolute;
  display: flex;
  bottom: 0;
  right: 0;
  font-size: 0.7rem;
  gap: 0.5rem;
  color: #333;
}
