


footer {
  width: 100%;
  height: 10%;
  max-height: 200px;
  background-color: rgb(51 51 51);
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

footer img {
  height: 200px;
  max-height: 200px;
  margin-left: 80px;
}

footer p {
  font-size: 2rem;
  margin-right: 80px;
}

