:root {
	--background: #FFF;
}

html {
	min-width: 320px;
	background: blue;
}

img,
svg {
	width: 100%;
	height: auto;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
}

.logo {
	max-width: 300px;
	height: auto;
}