body {
  font-size: calc(10px + 1.5vw);
  font-family: "Courier New", monospace;
  color: white;
  background-color: black;
  margin-left: 5%;
  margin-top: 0%;
  margin-right: 5%;
}
a {
  color: white;
}
.logo {
  video {
        max-width: 100%;
        min-width: 55%;
        height: auto;
      }
}
.globe {
  video {
        max-width: 75%;
        min-width: 33%;
        height: auto;
      }
}
.banner {
  video {
        max-width: 100%;
        min-width: 33%;
        height: auto;
      }
}
