body{
    text-align: center;
    background: #000000;
  font-family: sans-serif;
  font-weight: 100;
}

h1{
  color: #fff;
  font-weight: 100;
  font-size: 40px;
  margin: 40px 0px 20px;
}

#clockdiv{
	display: none;
	
    font-family: sans-serif;
    color: #fff;
    font-weight: 100;
    text-align: center;
    font-size: 60px;
}

#clockdiv > div{
    padding: 10px;
    border-radius: 12px;
    background: green;
    display: inline-block;
}

#clockdiv div > span{
    padding: 15px;
    border-radius: 6px;
    background: #000;
    display: inline-block;
}

#happynewyear {
    
    font-family: Snell Roundhand, cursive;
    color: #ffcc00;
    font-weight: 500;
    text-align: center;
    font-size: 120px;
    
    

}

#startbutton {
    
    background-color: black;
    color: white;
    border: 2px solid #4CAF50; /* Green */
    padding: 12px 28px;
    font-weight: 100;
    text-align: center;
    font-size: 80px;
    border-radius: 12px;
}

#testbutton {
    
    background-color: black;
    color: white;
    border: 2px solid #4CAF50; /* Green */
    padding: 12px 28px;
    font-weight: 100;
    text-align: center;
    font-size: 50px;
    border-radius: 12px;
}

#resetdiv {
	display: none;
}

#resetbutton {
    background-color: black;
    color: white;
    border: 2px solid #4CAF50; /* Green */
    padding: 6px 14px;
    font-weight: 100;
    text-align: center;
    font-size: 16px;
    border-radius: 12px;
}

.daylabel, .hourlabel, .minutelabel, .secondlabel{
    padding-top: 5px;
    font-size: 16px;
}