@import url('https://fonts.googleapis.com/css?family=Orbitron:400,500,900');

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	background: url("../img/bg.png");
}

.main {
	background: #cccccc;
    width: 400px;
	height: 175px;
	margin: 190px auto;
	position: relative;
	border: 21px solid #00b894; 
	border-radius: 10px;
}

.badge {
	width: 96px;
	background:  rgb(102, 185, 252); 
	color: #ffffff;
	padding: 5px 10px;
	font-family: sans-serif;
	font-weight: bold;
	position: absolute;
	top: -34px;
	left: 37%;
	text-align: center;
	border-radius: 5px;
	
}

.clock {
	background: rgb(162, 222, 208);
	text-align: center;
	font-size: 55px;
	height: 100%;
	padding-top: 25px;
	font-family: Orbitron;

}