html {
	height: 100%;
}

body {
	background: rgb(24,143,126);
	background: -moz-linear-gradient(280deg, rgba(24,143,126,1) 0%, rgba(23,69,34,1) 100%);
	background: -webkit-linear-gradient(280deg, rgba(24,143,126,1) 0%, rgba(23,69,34,1) 100%);
	background: linear-gradient(280deg, rgba(24,143,126,1) 0%, rgba(23,69,34,1) 100%);
	min-height: 100%;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#socials {
	margin-top: 1em;
}

#instagram {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.icon {
	position: relative;
	width: 1.5em;
	height: 1.5em;
	vertical-align: -0.125em;
}