.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 17px;
    list-style: none;
}

.social-links a {
	color: inherit;
	border: 2px solid #fff;
	border-radius: 100%;
	height: 42px;
	width: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-links a:hover { color: #fff; }

.social-links .social-network {
    padding: 0 0.5rem;
}
