@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body {
	background-color: #ACA4A2;
	font-family: "Inter", sans-serif;
	font-size: 14;
}

.logo {
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
}

.wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 2fr;
	justify-content: center;
	justify-items: center;
}
