
/* ---------- Reset ---------- */


body {
	overflow: hidden;
}


body, h1, h2, h3, p, ul, ol, a, header, main {
	margin:0;
	padding:0;
}


img {max-width: 100%; display: block;}
* {box-sizing: border-box;}


/* ---------- Main ---------- */


.flex{display: flex;flex-wrap: wrap;margin-bottom: 20px;}
.header-avatar{position:relative;bottom: 9pc;}
.header-avatar figure{position:relative;height: 200px;width: 200px;}
.header-avatar figure svg{width:100%;height:100%; object-fit: cover;}


main {
	width: 100%;
	height: 100vh;
	padding: 0;
	text-align: center;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	position: absolute;
}


.social {
	width: 100%;
	height: 100vh;
	align-items: center;
	justify-content: center;
	z-index: 1;
	display: flex;
	position: absolute;
}

.social svg {
	width: 35px;
	margin: 20px;

}

.rodape img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: -1;
	padding: 0 10px;
}










