/* Replace font family name from google fonts page */
@import url("https://fonts.googleapis.com/css2?family=Rubik&display=swap");

html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}
