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

.head {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	margin-top: 50px;
}

.head a {
	position: fixed;
	left: 3rem;
	top: calc((60px / 2) + 50px);
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: inherit;
	width: 30px;
	height: 30px;
	background: #e0e7ff;
	border-radius: 50%;
	border: 1.5px solid transparent;
	text-decoration: none;
}

#head {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 3rem;
}
