@font-face {
  font-family: Armour;
  src: url("/fonts/FuturisticArmour.otf")
}

* {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

html, body {
  margin: 0;
  border: 0;
  padding: 0;
  background-color: #000;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

header {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1200px;
  height: 80px;
}

header span.headerTitle {
  font-family: "Armour", Arial, Helvetica, sans-serif;
  font-size: 80px;
  color: #fff;
}

header ul.headerNav {
  display: flex;
  flex-direction: row;
  gap: 15px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

header ul.headerNav > li {
  display: inline;
  color: #fff;
}

main {
  display: block;
  margin: auto;
  max-width: 1200px;
  min-height: 600px;
  color: #fff;
}

footer {
  display: block;
  margin: auto;
  max-width: 1200px;
  text-align: right;
  color: #a46331;
  padding: 20px;
}

.imageList {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.videoList {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.videoList > div {
  margin: auto;
}

.releaseNotice {
  margin-top: 20px;
  margin-bottom: 40px;
}

.releaseNotice > span {
  font-family: Armour,"Roboto", Arial, Helvetica, sans-serif;
  font-size: 30px;
}