@import url('https://fonts.googleapis.com/css?family=Nunito');
* {
	font-size: 100%;
	font-family: 'Nunito';
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #ecf0f1;
}

#picker {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50vw;
	top: 50vh;
	border: 4px solid #ecf0f1;
}
#begin {
	cursor: pointer;
	position: absolute;
	z-index: 99;
	font-size: 50px;
	transform: translate(-50%, -50%);
	left: 50vw;
	top: 50vh;
	background: #e74c3c;
	color: #ecf0f1;
	padding: 10px;
	border-radius: 5px;
}


.top-text {
	font-size: 50px;
	color: #ecf0f1;
	margin-top: 0;
}

.small {
	font-size: 30px;
	color: #ecf0f1;
}

#message {
	color: #e74c3c;
	font-size: 40px;
	margin-top: 30px;
}

#time {
	color: #e74c3c;
	font-size: 40px;
	position: absolute;
	left: 30px;
	top: 30px;
}

.top {
	background-color: rgba(0,0,0,0.6);
	text-align: center;
}
