* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Futura PT Italic", sans-serif;
  color: #fff;
}

body {
  width: 100vw;
  height: 100vh;
  min-height: 500px;
  color: #000;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: transparent;
  margin-top: 40px;
}

::-webkit-scrollbar-thumb {
  background: #e01d1c;
  border-radius: 12px;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

h1,
h2,
h3,
h4,
button {
  text-transform: uppercase;
  text-align: center;
}

a {
  text-decoration: none;
}
