html, body {
  width: 100%;
}

body {
  background-color: #f0f0f0;
  justify-content: center;
  display: flex;
  overflow-x: hidden;
}

:root {
  --toggle-color: #4dba81;
}

* {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  font-optical-sizing: auto;
  margin: 0;
  padding: 0;
  font-family: Caveat, cursive;
}

#app {
  background-color: #fff;
  width: 100%;
  max-width: 600px;
  min-height: 100dvh;
  position: relative;
}
