@font-face{
  src: url("https://ruv.silbury.com/css/Bitter-Regular.woff2") format("woff2");
  font-family: "Bitter-Regular";
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Bitter-Regular;
  color: inherit;
}

html,
body {
  height: 100%;
  color: #00688f;
}

header,
footer {
  height: 8vh;
}

header {
  background: white;
  color: #00688f;
  display: flex;
  align-items: center;
  padding: 2rem;
  border-bottom: 2px solid #808184;
  box-shadow: 0 0 10px #808184;
}

footer {
  background: #00688f;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 2rem;
}

img,
svg {
  width: 210px;
}

h1 {
  text-align: center;
  margin: 5rem 0 3rem 0;
}

main {
  height: 84vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

video {
  width: 80vh;
  height: 45vh;
  background: black;
}