@import url('https://fonts.googleapis.com/css?family=Electrolize');

#time{
    font-family: "Electrolize", sans-serif;
	padding: 100px 0;
	width: 100%;
	background-color: hsl(200, 85%, 46%);
	font-size: 45px;
	line-height: 45px;
	font-weight: bold;
}
#double{
	display: inline-block;
	border-radius: 13px;
	border-top: 2px solid hsl(200, 85%, 85%);
	border-right: 2px solid hsl(200, 85%, 5%);
	border-bottom: 2px solid hsl(200, 85%, 5%);
	border-left: 2px solid hsl(200, 85%, 65%);
}
#display{
	display: inline-block;
	padding: 20px 30px;
	border-radius: 10px;
	background-color: hsla(0, 50%, 0%, .55);
	color: hsl(183, 100%, 50%);
	text-shadow: hsla(200, 85%, 98%, .25) -2px -2px 5px, hsla(200, 85%, 98%, .25) 0 -2px 5px, hsla(200, 85%, 98%, .25) -2px  0 5px, hsla(200, 85%, 98%, .25) 2px 2px 5px;
	border-top: 1px solid hsl(200, 85%, 0%);
	border-right: 1px solid hsl(200, 85%, 65%);
	border-bottom: 1px solid hsl(200, 85%, 85%);
	border-left: 1px solid hsl(200, 85%, 0%);
}
.time-item{
	display: inline-block;
	width: auto;
	margin: 0 10px;
	height: 100%;
}
.time-unit{
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
}
h3{
	color: hsl(200, 85%, 46%);
	margin-top: 50px;
}
input{
	border: 1px solid #ccc;
	border-radius: 20px;
	height: 35px;
	width: 300px;
	padding-left: 12px;
}
#submit{
	width: auto;
	background-color: hsl(200, 85%, 46%);
	border: none;
	font-size: 18px;
	border-radius: 5px;
	padding: 8px 15px;
	color: #fff;
	font-weight: bold;
	margin: 0 8px;
}
#submit:hover{
	cursor: pointer;
	background-color: hsl(200, 85%, 56%);
}