@import url("./styles/index.css");

html {
  text-align: center;
  overflow-x: clip;
}

body {
  background-color: #e0e0e0;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  padding: 0;
  margin: 0;
  overflow-x: clip;
}
