@font-face {
    font-family: "Bebas Neue";
    src: url("../fonts/BebasNeue.otf");
}
.storeLink {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 70px;
    border-radius: 16px;
    overflow: hidden;
    background-color: black;
}
.storeLink > img {
    --width: 100%;
    position: absolute;
    width: var(--width);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
svg{
    margin-right: 10px;
}
.MainTitle{
    font-family: "Bebas Neue";
  }
  .image2 {
    content:url("../images/CreativeLogo.png");
    width: 30px;
  }
  .CompanyName{
    font-family: "Arial";
  }
  .hero-text-fooldal {
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);

  }
  .Creativebug-gradient{
    background: -webkit-linear-gradient(315deg, #812B8D 0%, #4A1354 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

  }
  .btn-primary{
    margin: 10px 0px 10px 0px;
  }
