body {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  height: 100vh;
  overflow-x: hidden;
}

#root {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

* {
  scroll-behavior: smooth;
}

.form-containers {
  width: 500px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}