/* src/global.css */

html,
body {
  overflow: hidden;
  background-color: #000;
}

body {
  font-family: "Red Hat Display", sans-serif;
  margin: 0;
  position: fixed;
  width: 100%;
  height: 100%;
}

