@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@300&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Spartan', sans-serif;
  font-size: 15px;
}

body {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #dce4e3;;
}

button {
  background: none;
  border: none;
}