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

html,
body {
	height: 100%;
}

body {
	background-color: #49136d;
}

.logo-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	height: 100dvh;
}

.logo-wrapper img {
	max-width: 90%;
	height: auto;
}

@media (max-width: 600px) {
	.logo-wrapper img {
		max-width: 60%;
	}
}
