#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  cursor: url('hour.png');
}

.overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container h1 {
  font-family: 'Press Start 2P', cursive;
  color: white;
  font-size: 2rem;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  margin: 0.5rem;
}

.container h2 {
  font-family: 'Press Start 2P', cursive;
  color: white;
  font-size: 1rem;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
  margin-top: 1rem;
}
