@font-face {
  font-family: "Orbiton";
  src: url("/font/Orbitron-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Nova";
  src: url("/font/NovaCut-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-light";
  src: url("/font/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-italic";
  src: url("/font/Roboto-Italic.ttf") format("truetype");
}

body {
  margin: 10px;
}
section {
  text-align: center;
}

h1,
h2,
h3 {
  font-family: "Orbiton", sans-serif;
  color: rgb(255, 255, 255);
}

h4 {
  font-family: "Nova", sans-serif;
  color: rgb(0, 0, 0);
}

h5 {
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

p {
  font-family: "Orbiton", sans-serif;
  color: white;
}

hr {
  height: 2px;
  background-color: rgb(255, 255, 255);
}

aside {
    width: 100%;
    margin: 10px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    font-size: 0.9em;
    display: flex;
    flex-direction: column;
    align-items: center;
}


li{
    color: white;
    list-style: none;
    display: inline;
    margin: 10px;
}

video {
  width: 100%;
  border-radius: 3%;
}

label{
  color: white;
}