img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	/*width: 40%;*/
}
.social {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  font-family: fantasy;
}
.fa-brands {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 10%;
  margin: 5px;
}

.fa-brands:hover {
    opacity: 0.7;
}
.fa-instagram {
  background: #125688;
  color: white;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-x-twitter {
  background: #404040;
  color: white;
}
.footer {
  margin-top: 40px;
  font-family: fantasy;
  text-align: right;
}