
footer {
  font-family: Georgia, "Times New Roman", Times, serif;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 27, 1);
}

.logoFooter {
  margin-top: 3rem;
  width: 40%;
  height: 50%;
  border-radius: 10%;

}

.row{
  display: flex;
  align-items: center;
  justify-content: center;
}
.iconfooter{
  margin: 8px;
}