body {
	font-family: "Montserrat", sans-serif;
}
.link {
	list-style-type: none;
}
.logo {
	display: flex;
	/* justify-content: center; */
	align-items: center;
}
.logo-img {
	width: 30px;
	height: 30px;
}
.logo-text {
	text-decoration: none;
	color: rgb(169 130 77);
	display: inline-block;
	margin-left: 0.5rem;
}

.main-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 80vh;
}
