@charset "utf-8";

#header {
  position: relative;
}
#video-area {
  position: fixed;
  z-index:-1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
}
h1 {
  font-family: 'Times New Roman';
  position: absolute;
  top: 15vh;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.enter {
  position: absolute;
  top: 22vh;
  left: 50%;
  transform: translateX(-50%);
}
a:link {
  color: #f0f0f0;
  text-decoration: none;
}
a:visited {
  color: #f0f0f0;
  text-decoration: none;
}
a:hover {
  color: #808080;
  text-decoration: none;
}
a:active {
  color: #808080;
  text-decoration: none;
}