@import url(https://fonts.googleapis.com/css?family=Roboto);

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

#output {
  padding: 20px;
  text-align: left;
}

#counterValue {
  font-size: 16rem;
}

.counter-container{
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.button-section {
  width: 10%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 1rem 0 1rem 0;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4.5rem;            /* Footer height */
}

.footer-container {
  margin: 0 1rem 0 1rem;
}