body .footer {
	padding: 30px 0 0 0;
	background-color: #080D3B;
	color: #D8DCFC;
}

body .footer p {
	margin-top: 1px;
	margin-bottom: 1px;
}

body .footer a {
	transition: color 0.3s ease;
	color: #D8DCFC;
	text-decoration: none;
}

body .footer a:hover {
	color: #F0C326;
}

body .footer .social-link {
  display: flex;
  justify-content: center;
  gap: 30px;
}