body {
  background-color: white;
  font-family: "Roboto";
  font-weight: 400;
  max-width: 90%;
  max-height: 100vh;
  margin: auto;
  overflow-y: auto;
  text-align: center;
}

.footer {
  position: fixed;
  bottom: 5px;
  left: 5px;
  background-color: bisque;
  margin: 0;
  padding: 0;
}
