footer {
  width: 100%;
  position: relative;
}

.footer-content {
  position: absolute;
  width: 100%;
  height: 250px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-text {
  margin-top: 25px;
  width: 90%;
  max-width: 600px;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
}

.follow-me-text {
  color: black;
  font-size: 35px;
  font-weight: 300;
}

.follow-me-text-description {
  color: black;
  font-size: 20px;
  margin-top: 10px;
}

.instagram-icon {
  width: 20px;
  height: 20px;
  margin-top: 10px;
}