
html{
    border:none;
    background-color: #777;
}
body{
	margin:0 auto;
	text-align:left; 
    width: 100%;
}

#clock_container{
    margin-top: 20%;
    display: flex;
    flex-direction: column;
}
.words{
    font-family: 'Montserrat', sans-serif;
    font-size: 4em;
    
    margin: 20px auto;
}
.words{
    color: white;
}