h2, h4 {
  font-family: 'Ubuntu', sans-serif;
}

h2::after{
  content: "";
  display: block;
  margin: 10px auto 20px;
  background: #1f2324;
  height: 3px;
  width: 340px;
}

h4::after{
  content: "";
  display: block;
  margin: 10px auto 20px;
  background: #1f2324;
  height: 3px;
  width: 150px;
}


/* ///////////////// Styling font awesome icons //////////////// */
.icon a i {
  margin: 10px;
  cursor: pointer !important;
}

i {
  color: white !important;
}

.fa-heart{
  color: red !important;
}



/* ///////////// Styling Button //////////// */

.contactbutton {
  display: flex;
  align-items: center;
  justify-content: center;

}

.contactbutton button {
  background-color: white;
  color: #212529;
  border-color: #212529;
  margin-top: -15px;
  border-radius: 0%;
}

.contactbutton button:hover {
  background-color: #212529;
  color: white !important;
  border-color: transparent;
}