#footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: fit-content;
  z-index: 1000;
  padding-bottom: 8px;
  margin-top: 40px;
}
#footer p {
  margin: 0;
  color: #6d6d6d;
  font-size: 12px;
}
#footer a {
  text-decoration: none;
  color: #535353;
  font-size: 11px;
  text-transform: uppercase;
}
#footer a:hover {
  color: black;
}
