html {
    overflow-x: none;
}

body {
  background-color: #70038b;
  margin: 0;
  overflow-x: none;
}

.logo {
  margin: 0px auto;
  float: none;
  display: table;
}

.info-area {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* CSS */
.button-6 {
  align-items: center;
  background-color: #ffffff;
  border: 1px solid rgba(112, 3, 139, 0.1);
  border-radius: 0.25rem;
  box-shadow: rgba(112, 3, 139, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #70038b;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: auto;
  min-height: 3rem;
  padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: 100%;
}

.button-6:hover,
.button-6:focus {
  border-color: rgba(112, 3, 139, 0.15);
  box-shadow: rgba(112, 3, 139, 0.1) 0 4px 12px;
  color: rgba(112, 3, 139, 0.65);
}

.button-6:hover {
  transform: translateY(-1px);
}

.button-6:active {
  background-color: #f0f0f1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}

.whatsapp {
  font-size: 56px;
  color: #fff;
  margin-left: 18px;
  margin-right: 18px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 600px) {
  .whatsapp {
    font-size: 20vw;
  }
}

.video-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
