@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap');

.reveal .slides > section h1 {
  font-family: 'Orbitron', sans-serif;
}

.reveal {
  font-size: 1.8em;
}

.video-container {
  position: relative;
  padding-bottom: 80%;
  padding-top: 10px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
