@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/quicksand-v31_regular_400.woff) format('woff');
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/quicksand-v31_semibold_600.woff) format('woff');
}


*, ::before, ::after {
  box-sizing: border-box;
}

body {
  background-color: #1C1B1A;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  color: white;
}

.note {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  width: max-content;
  height: 80px;
  text-align: center;
  color: white;
}