body {
  background-color: white;
  font-family: 'Georgia', cursive;
  text-align:center;
  color:#000;
  font-size:1.45em; 
  margin-top: 45px;
}

#timer {
  margin:auto;
  text-align:center;
 
}
.countdown {
  width:100%;
  text-align:center;
}
#days {
  color: #ED303C;
}
#hours {
  color: #F5634A;
}
#minutes {
  color: #FF9C5B;
}
#seconds {
  color: #FAD089;
}

footer {
  font-size:.6em;
  text-align:center;
  color:#666;
}
footer a {
  color:#666;
  text-decoration:none;
}
footer a:hover {
  color:#666;
}
canvas {
  transform:rotate(-90deg);
  -ms-transform:rotate(-90deg); /* IE 9 */
  -webkit-transform:rotate(-90deg); /* Safari and Chrome */
  padding:0em 0;
}

html{
  min-height: 100%;
  overflow: hidden;
}


