* {
	padding: 0;
	margin: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&display=swap');

body {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 100vw;
	height: 100vh;
}

body div {
	height: 25%;
}

h1 {
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
}

img {
	width: 300px;
}