@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@500&display=swap");
* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: "Rajdhani", sans-serif;
  overflow: hidden;
}

body {
  position: relative;
  background: #000;
}

main {
  z-index: 2;
  color: #fff;
  position: fixed;
  top: 50%;
  left: 1.6rem;
  transform: translateY(-50%);
}

h1 {
  font-size: 2.4rem;
}

h1 > span {
  font-size: 1.6rem;
}

p.checkbox {
  color: #fff;
  font-size: 1.6rem;
}

input[type="checkbox"] {
  height: 1rem;
  width: 1rem;
}

p {
  padding: 0.8rem 0 0 0;
}