@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400&display=swap");

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Ubuntu" !important;
  color: white;
  background-color: rgb(58, 58, 58);
  scale: 100%;
  min-height: 100%;
  padding: 1rem;
}

html {
  height: 100%;
}


