*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	margin: 0;
	min-height: 100%;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	line-height: 1.8;
	color: #333;
	background: #044751;
}

.hero {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	min-height: 100dvh;
	padding: 1.5rem;
	background: linear-gradient(20deg, #044751 14%, #3e7582 68%);
}

.hero__logo {
	display: block;
	max-width: 1024px;
	width: 100%;
	height: auto;
}
