body {
  /*
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0 auto;
  */
  overflow-x: hidden;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/*
.navlink {
  color: rgb(193, 193, 194);
}
*/

video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
}

/*
#header {
  position: relative;
  height: 50vh;
  text-align: center;
  justify-content: center;
}
*/

.hidecursor {
  cursor: none;
}

.showcursor {
  cursor: default;
}