		.footer {
			display: flex;
  align-items: center;
  justify-content: center;
			flex-direction: column;
  position: fixed;
			z-index: 1000;
  bottom: 0;
  width: 100%;
  background-color: darkred;
	height: 75px;
			left: 0;
}
.footer > p {
	color: white;
	text-align: center;
	padding: 5px 0px 0px 0px;
	margin-block-start: 0em;
    margin-block-end: 0em;
	font-size: 18px;
}
.fa {
  padding: 15px;
  font-size: 30px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}