footer {
  background-color: #000;
  color: #fff;
  height: 284px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-container {
  text-align: center;
  padding: 20px;
}

.social-icons {
  margin-bottom: 20px;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  color: white;
}

.social-icons a:hover {
  color: #ccc;
}

.footer-text {
  margin-bottom: 20px;
  margin-top: 100px;
}

.footer-text p {
  margin: 0;
  padding: 5px;
}

.footer-text a {
  color: #fff;
  text-decoration: none;
}

.footer-text a:hover {
  color: #ccc;
}
