* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	background: #000;
	font-family: 'Poppins', sans-serif;
}

.wrap {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
}

h1 {
	margin-top: 50px;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
}

h3 {
	font-weight: 200;
	margin-top: 30px;
	text-align: center;
}

.redes {
	margin-top: 30px;
}

a {
	color: #fff;
}

a > i {
	font-size: 35px;
}

a {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}