@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400&display=swap');

html, body {
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(233, 227, 219);

  font-family: 'Roboto Slab', serif;
}

