/* -----------------------------------------------Variables----------------------------------------------- */
/* ---------------------------------------------Global styles----------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

html {
  font-size: 14px;
}

body {
  font-family: 'Lato', sans-serif;
  font-display: auto;
  margin: 0;
  overflow-x: hidden;
}

button {
  background: #3fdbb1;
  border-radius: 50px;
  border: none;
  margin-top: 50px;
  padding: 10px 20px;
  font-size: 1.2rem;
  color: white;
  font-weight: 600;
  -webkit-box-shadow: 0px 14px 34.2px 3.8px rgba(68, 208, 170, 0.26);
          box-shadow: 0px 14px 34.2px 3.8px rgba(68, 208, 170, 0.26);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  top: 0px;
  cursor: pointer;
  z-index: 10000;
}

button:hover {
  -webkit-box-shadow: 0px 10px 15px 1px rgba(68, 208, 170, 0.26);
          box-shadow: 0px 10px 15px 1px rgba(68, 208, 170, 0.26);
  position: relative;
  top: 2px;
  background: #32d2a7;
}

.coming-soon {
  text-align: center;
  margin-top: 100px;
}

.coming-soon img {
  width: 40%;
}
/*# sourceMappingURL=arvr.css.map */