@import url("https://fonts.googleapis.com/css2?family=Inter:wght&family=Open+Sans:wght@800&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-image: url("../img/beach4.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: 'Inter', sans-serif;
}

select, input, button {
  outline: none;
  border: none;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

select {
  cursor: pointer;
}
/*# sourceMappingURL=index.css.map */