html {
  height: 100%;
  font-family: "DIN Condensed";
}
body {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#teamInput {
  width: 30vw;
  font-size: 10vw;
  text-align: center;
  color: #000;
}
#teamOutput {
  display: none;
  height: 48vw;
  font-size: 52vw;
  color: #04f;
  user-select: none;
  -webkit-user-select: none;
}
