* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  background: #000 !important;
  background-image: none !important;
}

body {
  background: black;
  color: white;
  font-family: "Perpetua Titling MT", "Cinzel", serif;

  text-align: center;

  padding-top: 150px;
}

.video-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-video {
  width: 100%;
  max-width: 1024px;
  height: auto;
  aspect-ratio: 1024 / 230;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px 60px;
  margin-top: 20px;
  padding: 0 20px;
  width: 100%;
  max-width: 700px;
}

nav a {
  color: rgb(255, 244, 97);
  text-decoration: none;

  font-size: 22px;
  white-space: nowrap;
}

nav a:hover {
  color: white;
  text-shadow: 0 0 8px white;
}

.video-section {
  margin-top: 50px;

  display: flex;
  justify-content: center;
}

.site-video {
  width: 50%;
  max-width: 650px;

  display: block;

  position: relative;
  z-index: 1;
}

.quote-section {
  margin-top: 25px;
  padding: 0 20px;

  font-size: 20px;
}