* {
	box-sizing: border-box;
}

body {
	font-family: "montserrat", sans-serif;
	background:white;
	display:flex;
}

h1 {
	font-weight: 900;
	text-transform: uppercase;
	color: #f04f23;
}

#page {
	display:flex;
	min-height: 100vh;
	height: 100%;
	width:100%;
	padding: 60px;
	justify-content:center;
	align-items:center;
	text-align:center;
}

#logo {
	width:100%;
	img {
		width:100%;
		max-width: 640px;
	}
	margin-bottom: 40px;
}
