.social-links {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	font-size: 35px;
	list-style: none;
}

.social-links .social-network {
	margin-right: 20px;
}

.social-links .social-network a {
	color: white;
	font-size: 24px;
	padding: 0 3px;
	transition: color 300ms;
}
.social-links .social-network a:hover {
	color: #f15d22
}
.social-links .social-network:last-child {
	margin-right: 0;
}