* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Montserrat', sans-serif;
	background-color: #000000;
	font-family: sans-serif;
}

.wrapper {
	max-width: 600px;
	margin: 0 auto;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 100px 20px;
	text-align: center;
}

.logo {
	width: 400px;
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}

h1 {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #ffffff;
}

p {
	font-size: 20px;
	margin-bottom: 40px;
	color: #ffffff;
}