a,
a:visited,
a:hover,
a:active {
  color: inherit;
}

html,
body {
  color: white;
  font-family: Lucida Console;
  background-color: #060606;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  background-position: center top;
}

body {
  overflow-y: auto;
}

#enter {
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 1;
  width: 100%;
  height: 100vh;
  cursor: pointer;
  position: fixed;
  text-align: center;
  background-color: #060707;
}

.begin {
  top: 50%;
  left: 50%;
  color: #fff;
  position: absolute;
  font-weight: normal;
  font-size: 20px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.content {
  margin-top: 100px;
  text-align: center;
}

img {
  margin-top: 20px;
}

h1 {
  font-size: 34px;
  text-align: center;
}

.hexagon {
  position: absolute;
  width: 120px;
  height: 120px;
  background-color: transparent;
  border: 3px solid #fff;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transform: rotate(0deg);
}

.hexagon:hover {
  border-color: #f00;
}