body {
}
a, a:active, a:focus {
	outline: none;
	text-decoration: none;
}

.container {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.socials {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon {
	margin-right: min(2vw, 35px);
	margin-left: min(2vw, 35px);
	width: min(18vw, 100px);
}