html, body {
  cursor: url(pointer.png), auto;
  background-color: #0074d9;
}

body {
  margin: 0;
}

.bso-notd {
  margin-left: 10%;
  width: 50%;
}

p {
  font-family: "Segoe UI Light";
  font-size: 2.75vh;
  color: white;
}

.happy {
  font-size: 19vh;
  height: 8vh;
}

.unnecessaryinfo {
  display: flex;
  justify-content: left;
}

.qr-code {
  width: 17vh;
  height: 17vh;
  image-rendering: pixelated;
}

.smol {
  font-size: 2vh;
  line-height: 1vh;
  width: 200%;
}

.smoler {
  font-size: 1.5vh;
  line-height: 0.75vh;
}