.header {
  padding: 50px;
  text-align: center;
  color: black;
}

.footer {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
  position: fixed;
}

.fa {
  padding: 20px;
  font-size: 50px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.fa:hover {
  color:white;
}

.fa-instagram {
  background: black;
  color: white;
}

.about-me {
  padding-left: 100px;
  padding-right: 100px;
}

.recipe-text {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 50px;

}

a:hover {
  text-decoration: none;
}