html {
  height: 100%;
}

body {
  height: 100%;
  border: 0;
  margin: 0;
  font-family: sans-serif;
}

#container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: background-color 0.5s;
}

.home {
  background: #b1ed83;
}

.away {
  background: #ffbb9c;
}

#status {
  font-size: 64px;
}