* {
	margin: 0;
	padding: 0;
}
.days-before::before,.hours-before::before,.minutes-before::before,.seconds-before::before{
	content: attr(data-before);
	font-size: 1.9vw;
	font-weight: 400;
}
body {
    font-family: sans-serif;
	padding: 0px;
	margin: 0px;
}
.circles .circle-green {
    transition: stroke-dasharray 2.3s ease-out;
}
.circles .circle-green.complete {
    transition: stroke-dasharray .6s ease-in-out;
}
#countdown {
    text-align: center;
}
#countdown svg {
    width: 22%;
}
.text {
    text-align: center;
    font-size: 2.5vw;
    margin: 2vw 0;
}
.time_units {
    font-size: 12px;
}
#logo {
	margin-top: 10px;
}
#toplogo {
    text-align: center;
}