*,
:after,
:before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	font-family: Montserrat, sans-serif;
	font-size: 1.6rem;
	background-color: #15285e;
	color: #c2c2c2;
}

p,
h1 {
	margin: 1rem;
}

.wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.info {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.email {
	margin-top: 5em;
	font-weight: bold;
	letter-spacing: 0.1em;
}
