* {
    margin: 0;
    padding: 0;
}
body {
    background: linear-gradient(90deg, #12b3eb, #5460f9, #12b3eb);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}
#form-giveaway {
    min-width: 300px;
    max-width: 80vw;
    height: fit-content;
    border-radius: 10px;
    padding: 30px 15px;
    background: rgba(999, 999, 999, .5);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }
  /* main .giveaway #form-giveaway #closeFormGiveaway {
    position: absolute;
    top: 50px;
    right: 60px;
    cursor: pointer;
  } */
#form-giveaway .hbspt-form {
    min-width: 300px;
    width: 60vw;
    max-width: 700px;
  }