*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
}

body{
	background: #fff;
}
.header{
	z-index: 1;
	background: #0c0244;
	position: fixed;
	width: calc(100% - 0%);
	height: 70px;
	display: flex;
	top: 0;
}

.header .header-menu{
	width: calc(100% - 0%);
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}

.header .header-menu .title{
	color: #fff;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 900;
}

.header .header-menu .title span{
	color: #4CCEE8;
}

/*.wrapper .header .header-menu .sidebar-btn{
	color: #fff;
	position: absolute;
	margin-left: 240px;
	font-size: 22px;
	font-weight: 900;
	cursor: pointer;
	transition: 0.3s;
	transition-property: color;
}
*/
.header .header-menu .sidebar-btn:hover{
	color: #4CCEE8;
}

.header .header-menu ul{
	display: flex;
}

#timer{
	font-family: sans-serif;
	font-weight: 700;
	font-size: 30px;
    color: #ff9900;
    text-align: center;
    border: 2px solid #d78100;
    width: 60px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 9px;
    position: relative;
    margin-right: 30px;
}
#btn{
	background: #4ba3b9;
    width: 90px;
	height: 35px;
	margin: 0 auto;
	text-align: center;
	border-radius: 5px;
	position: relative;
	margin-right: 20px;
}
#btn a{
	line-height: 35px;
	text-decoration: none;
	color: #dbdbdb;
	font-family: sans-serif;
	padding: 5px;

}

