.footer {
  background-color: #353127;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;

  width: 100%;
  height: 600px;
  padding-top: 20px;

  margin-top: 300px;
}

#contact {
  color: #f99053;
}

.information-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;

  gap: 200px;
}

.information-container p {
  color: #f99053;
}