.button {
  position: relative;
  overflow: visible;
  width: 150px;
  height: 80px;
  max-height: 100%;
  max-width: 100%;
  margin-left: auto;
  padding-left: 0px;
  border: 1px none #000;
  border-radius: 9px;
  background-color: #0d82e7;
  box-shadow: 0 0 20px 1px #2394f6;
  opacity: 1;
  -webkit-transform: translate(119px, 0px);
  -ms-transform: translate(119px, 0px);
  transform: translate(119px, 0px);
  -webkit-transition: opacity 425ms cubic-bezier(.503, .085, .544, .818);
  transition: opacity 425ms cubic-bezier(.503, .085, .544, .818);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-2 {
  margin-top: 50px;
  margin-bottom: 25px;
  margin-right: 500px;
  background-color: rgb(255, 255, 0);
  opacity: 1;
  color: #000;
  font-size: 30px;
  font-weight: 700;
}

.div-block {
  position: relative;
  top: 0px;
  display: block;
  margin: 0% 5% 5%;
  padding: 0% 5% 5%;
  border-radius: 16px;
  background-color: hsla(0, 0%, 100%, 0.79);
}

.div-block-socials {
  position: fixed;
  top: 0px;
  display: block;
  margin: 0% 0% 0% 0%;
  padding: 1% 1% 1% 1%;
  border-radius: 16px;
  background-color: hsla(0, 0%, 100%, 0.79);
}

.heading {
  text-align: center;
}

.paragraph {
  font-size: 15px;
}

.image {
  position: relative;
  z-index: auto;
  display: block;
  padding-top: 20px;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.html-embed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.button-3 {
  margin-top: 10%;
  margin-bottom: 25px;
  margin-right: 50px;
  background-color: rgb(255, 255, 0,0);
  opacity: 1;
  color: #000;
  font-size: 30px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .div-block {
    top: 0px;
  }
  .button-3 {
    position: relative;
    top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-right: 40px;
    margin-left: 40px;
    padding: 20px 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: left;
    border-style: none;
    border-width: 1px;
    border-color: #fff;
    border-radius: 17px;
    background-color: rgba(56, 152, 236, 0);
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .button-3 {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    padding-right: 20px;
    padding-left: 20px;
  }
}