body {
  color: #2e2e2e;
  font-family: sans-serif;
  font-size: 21px;
  /* text-align: center; */
  margin:0;
  height:100%;
}

/* video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 background: #f0f0f0;
  background-size: cover;
  transition: 1s opacity;
  object-fit: fill;
} */

.container {
  background-color: none;
  font-family:courier new;
  color: black;
  position: relative;
  /*                margin-top: 10vh;*/
  height: 80vh;
  padding-top: 4vh;

  box-sizing: border-box;
  justify-content: left;
}

.container p {
  margin-top: 1vh;
  padding: 5px;
  font-size:calc(8px + 0.5vh + 0.5vw);

  text-align:center;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  padding-left: 10vw;
  padding-right: 10vw;
  /* text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 5px #001135; */
  /*                top: 20vh;*/
}

h1 {
color: #fff;
text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 5px #001135;
  font-size: 16px;
  font-size: 4vw;
  text-align: left;
  font-family: 'Fira Sans Condensed', sans-serif;
  margin-right: 20px;
}

button {
  height: 40px;
  justify-content: right;
  outline: none;
  font-famiy: sans-serif;
  position: relative;
  padding: 10px;
  width: 200px;
  border: none;
  margin-right:10px;
  background-color: #fff;
  color: #1b1b1b;
  transition: 50ms ease-in;
  font-size: 18px;
  display: flex;
  justify-content: center;
  box-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
}

button i {
  margin-left: 3px;
}

button:hover {
  color: #1b1b1b;
  background-color: #fff;
  box-shadow: none;
  box-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
}

button:hover {
  color: #1b1b1b;
  background-color: #f0f0f0;
  box-shadow: none;
  box-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 3px #001135;
  margin-top:4px;
}

.container:first-child {
  height: 10vh !important;
}