html,
body,
main {
  height: 100%;
  width: 100%;
}

body {
  background-color: #000000;
  --cursor-stroke: #6b5537;
  --cursor-fill: none;
  --cursor-stroke-width: 1px;
}

.message {
  font-family: sans-serif;
  font-size: 100px;
  font-weight: bolder;
  color: #ffffff;
  
}