body {
    background-color: black;
    color: aquamarine;
    margin: 0;
    overflow: hidden;
}

  div {
    height: 100%;
    width: 100%;
    user-select: none;
  }

  ::-webkit-scrollbar {
    display: none;
}
