html, body {
  cursor: none;
  background-color: #0074d9;
}

body {
  margin: 0;
}

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

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

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

.troubleshoot {
  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;
  font-size: 1.5vh;
  line-height: 0.75vh;
}