html,body{
	margin: 0;
	padding: 0;
	
}

.header-section{
	width: 100%;
	height: auto;
	background-color: #111111;
	display: flex;
	justify-content: center;
}

.header-box{
	width: 70%;
	height: 60px;
	color: rgba(255, 255, 255, 0.5);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-bar{
	min-width: 30%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.bar{
	display: flex;
	align-items: center;
}

.header-login{
	min-width: 10%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

#logo{
	width: 128px;
	height: auto;
	display: block;
}

