html {
  /* font-size: 10px; */

  /* 10px / 16px = 0.625 = 62.5% */
  /* Percentage of user's browser font-size setting */
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Rubik", sans-serif;
  line-height: 1;
  font-weight: 400;
  color: #555;

  /* Only works if there is nothing absolutely positioned in relation to body */
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  height: 70%;
  align-items: center;
}

.container-formulario {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  justify-content: center;
  height: 70%;
  align-items: center;
  margin-bottom: 50px;
}
