html,
body {
  margin: 0;
  padding: 0;
}

body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: black;
}

.box {
  top: 0;
  height: 100vh;
  position: absolute;
  margin: 0;
  z-index: -1;
}

#green {
  left: 0;
  background: #00A859;
}

#yellow {
  right: 0;
  background: #FFCC29;
}

#header{
  margin: auto;
  height: 10vh;
  z-index: 1;
}

#teamHeader {
  font-size: 6vh;
  font-family: Gadget, sans-serif;
  text-align: center;
  margin: auto;
  color: white;
}

#loading {
  font-size: 3vh;
  font-family: Gadget, sans-serif;
  text-align: center;
  margin: auto;
  margin-top: 40vh;
  color: white;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
