body {
  background-color: #F4F4F4;
}

h5 {
  color: #343a40;
}

.logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 150px;
}

/*----------------- Mail-------------------- */
#email {
  text-decoration: none;
  float: right;
  color: #343a40;
}

.footer {
  margin-top: 5% !important;
  margin-bottom: 10px;
}

.profile-image {
  border-radius: 50%;
}

.widgets{
  bottom: 21px;
  left: 23px;
  opacity: 1;
  transition: opacity 0.5s ease 0s;
  box-sizing: border-box;
  direction: ltr;
  position: fixed !important;
  z-index: 16000160 !important;
}

.whatsapp-btn {
  width: 50px;
  height: 50px;
  order: 1;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 40) 2px 2px 6px;
  transition: all 0.5s ease 0s;
  position: relative;
  z-index: 200;
  display: block;
  border: 0;
  background: rgb(77, 194, 71) !important;
}

@media (max-width: 479px) {
  .footer {
    margin-top: 35% !important;
  }
}
