* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

*::-webkit-scrollbar {
	display: none;
}

body {
	background-color: #202945;
}

.container {
	width: 100%;
	height: 100vh;
	display: grid;
	place-items: center;
	background: #202945;
	position: relative;
}

img {
	max-width: 300px;
	background-color: #202945;
	position: absolute;
}