* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  border: none;
  outline: none;
}
h5 {
  font-size: 16px !important;
}
.btn1 {
background-color: #f9356a;
    color: white;
    min-height: 55px !important;
    padding-top: 11px;
    transition: all 0.3s ease;
    text-align: center;
}
.btn1:hover {
  background-color: #3d4348;
}
.btn2 {
  background-color: #252525;
    color: #f9356a;
    min-height: 55px !important;
    padding-top: 11px;
    transition: all 0.3s ease;
    text-align: center;
}
.btn2:hover {
     background-color: #f51854;
    color: white;
}
.btn3 {
 background-color: #f9356a;
    color: white;
    min-height: 55px !important;
    padding-top: 11px;
    transition: all 0.3s ease;
    text-align: center;
}
.btn3:hover {
  background-color: #3d4348;
}
.btn4 {
  background-color: #24b4e8;
  color: white;
  min-height: 55px !important;
  padding-top: 11px;
  transition: all 0.3s ease;
  text-align: center;
}
.btn4:hover {
  background-color: #6ad0f5;
}