body {
  margin: 0;
  padding: 0;
}

.gradient-background {
  background: #0097b2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.logo-container {
  width: 30%;
}

.logo {
  width: 100%;
  height: auto;
}

.gray-strip {
  background-color: #030405;
  color: white;
  font-family: Arial, sans-serif;
  font-size: small;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.credits a {
  color: white;
  text-decoration: none;
}
.btn-whatsapp {
      
        width:60px;
        height:60px;
        position:fixed;
        right:20px;
        bottom:20px;
        z-index:999;
        background-color: transparent!important;
        transition: transform 0.2s ease-in-out;
}
.btn-insta {
      
        width:60px;
        height:60px;
        position:fixed;
        right:20px;
        bottom:90px;
        z-index:999;
        background-color: transparent!important;
        transition: transform 0.2s ease-in-out;
}

.btn-whatsapp:hover {
    transform: scale(1.2);
}

.btn-insta:hover {
    transform: scale(1.2);
}