* {
	box-sizing: border-box;
}

body {
	font-family: sans-serif;
	font-size: 22px;
	background-color: #eee;
}

h1 {
	font-family: serif;
	font-size: 45px;
	padding-top: 100px;
	letter-spacing: 2px;
}

#container {
	width: 350px;
	text-align: center;
	margin: 0 auto;
	background-color: #30303C;
	border-radius: 15px;
	color: #fff;
	height: 550px;
	position: relative;
}

.fa-globe {
    font-size: 74px;
    position: absolute;
    top: 160px;
    left: 42%;
}

.fa-check:before,
.fa-times:before,
.fa-clock-o:before {
	padding-right: 10px;
	font-size: 30px;
}

li .fa-check,
li .fa-times,
li .fa-clock-o {
	padding-right: 10px;
	margin: 15px 0;

}

.fa-check:before {
	color: green;
}

.fa-times:before {

	color: red;
}

.fa-clock-o:before {
	color: orange;
}


.current-title-serif {
	font-family: serif;
}

.current-title {
	background-color: #22CAD5;
	border-radius: 12px;
	padding: 30px 30px;
	height: 140px;
	width: 100%;
}

.timer-display {
    font-size: 30px;
    font-weight: bold;
    width: 65px;
    height: 65px;
    border: 5px solid #fff;
    border-radius: 50%;
    padding: 12px;
    position: absolute;
    top: 460px;
    left: 42%;
}

#container button {
	background-color: #22CAD5;
	color: #fff;
	display: inline-block;
	width: 80%;
	padding: 10px;
	margin: 12px 0;
	border-radius: 12px;
	border-color: #22CAD5;
	font-size: 16px;
	text-transform: uppercase;
}

#container .btn-start,
#container .btn-reset {
	position: absolute;
	bottom: 100px;
	right: 9%;
}

#container button:hover {
	border-color: #fff;

}

#button-container {
	margin: 50px 0;
}
