* {
  margin: 0;
  padding-left: 0;
  box-sizing: border-box;
}

body {
  position: absolute;
  font-family: Helvetica, Arial, Verdana;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  overflow: none;
}

#recapcha {
  z-index: -1;
}

.close_section {
  position: relative;
  position: relative;
  margin: 4px 10px 2px auto;
  font-size: 22px;
  color: white;
  background: red;
  padding: 4px 8px;
  border: 1px solid red;
  border-radius: 6px;
  z-index: 10;
  cursor: pointer;
}

.close_section:hover {
  color: red;
  background-color: white;
}/*# sourceMappingURL=style.css.map */