.footer{
	padding: 8px 0;
	background-color: #141923;
	color: white;	
	font-weight: 450;
	font-family: helvetica;
	font-size: 0.8em;
}

name{
	color: red;
	text-decoration: underline;
}

.links{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 8px;
	width: 40%;
}

.links>a{
	text-decoration: underline;
	font-weight: 600;
}
