:root {
  font-size: 16px;
}

html, body {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
}

body {
  min-width: 100vw;
  min-height: 100vh;
  max-width: 100vw;
  background-color: #f3f8f2;
}

a {
  text-decoration: none;
  color: black;
}