:root{
    --text1 : #FFFFFF;
    --text2 : #8486a9;
    --text3 : hsl(345, 95%, 68%);
    --plate : hsl(236, 21%, 26%);
    --plate2 : hsl(235, 16%, 14%);
    --shadow : hsl(234, 17%, 12%);
}
html {
	margin: 0;
	padding: 0;
	background-color: #CCCCFF;
}
.countdown {
	margin: 15px auto;
	text-align: center;
}
