@font-face {
  src: url('ShareTechMono_0.otf');
  font-family: 'Share Tech Mono';
  font-weight: normal;
}

html {
  margin: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  font-size: 100%;
}

.header {
  background-image: url('eternal2021.jpg');
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.header-title {
  font-size: 84px;
  font-family: 'Share Tech Mono';
  margin: auto;
  color: white;
  text-align: center;
}

.overlay {
  background-color: rgb(0 0 0 / 0.7);
  display: flex;
  height: 100%;
  width: 100%;
}

.cursor {
  display: flex;
}
