html, body {
    margin: 0;
    padding: 0;
}
body {
    background-color: #10101b;
    color: #ffffff;
    font-family: Helvetica,sans-serif;
}
header {
    background-color: #1a1a27;

}
footer {

    background-color: #1a1a27;
    text-align: center;
    padding: 20px 10px;
    margin-top: 30px;
    font-size: 12px;
    color: #b3b3b3;
}
.container-main {
    max-width: 995px;
    margin: auto;
}
.px-2 {
    padding-left: 20px;
    padding-right: 20px;
}
.py-1 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.logo {
    font-weight: bold;
    color: #da568f;
    font-size: 26px;
}
.logo img {
    max-width: 200px;
    padding-top:5px;
}

.couple-pic {}
.couple-pic img {
    border-radius: 40px;
    max-width: 100%;
    opacity: 0.6;
}

/* CSS */
.button-75 {
  align-items: center;
  background-image: linear-gradient(135deg, #f34079 40%, #fc894d);
  border: 0;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-family: "Codec cold",sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 54px;
  justify-content: center;
  letter-spacing: .4px;
  line-height: 1;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  text-decoration: none;
  text-transform: uppercase;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-75:active {
  outline: 0;
}

.button-75:hover {
  outline: 0;
}

.button-75 span {
  transition: all 200ms;
}

.button-75:hover span {
  transform: scale(.9);
  opacity: .75;
}

@media screen and (max-width: 991px) {
  .button-75 {
    font-size: 15px;
    height: 50px;
  }

  .button-75 span {
    line-height: 50px;
  }
}