#header {
	display: flex;
	flex-direction: row;
	margin-left: 3px;
	justify-content: space-between;
}

#header_logo {
	font-family: "Dancing Script", sans-serif;
	font-size: 50px;
	font-weight: 600;
	color: #2d37ff;
}
#logo_container {
	cursor: pointer;
}
#header_logo_tag {
	font-family: "Dancing Script", sans-serif;
	font-weight: 400;
}

#btn_sign_in,
#btn_sign_up {
	background-color: #2d37ff;
	color: white;
	font-size: small;
	height: 35px;
	padding: 5px 18px;
	cursor: pointer;
	margin: 10px 5px;
}
