@charset "utf-8";
/* CSS Document */

.clearfix {
  *zoom: 1;
}

.clearfix:before,

.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

body {
  font: 14px 'Ubuntu', sans-serif;
  overflow: hidden;
  background-color: white;

}

h1 {
  text-align: center;
  margin: -20px;
  line-height: 40px;
  font-weight: 500;
  font-size: 80px;
}

h2 {
  text-align: center;
  margin-top: 37px;
  margin-bottom: -25px;
  line-height: 20px;
  font-weight: 300;
  font-size: 40px;
}

h3 {
  text-align: center;
  font-size: 20px;
}

body, html {
  height: 100%;
  margin: 0px;
  margin-top: 0px;
}

.canvas {
	height: 100px;
	width: 100%;
}

#header {
	width: 100%;
  position: absolute;
  z-index: 1;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
    z-index: 1;
}

#animateNumber {
    font-size: 300px;
    color: rebeccapurple;
    font-weight: bold;
}

.middleBox{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.counter-wrapper{
    text-align: center;
}
