html, body {
  height: 100%;
}

body {
  font-family: 'Rubik', sans-serif !important;

  margin: 0;
  padding: 0;
}
 
* {
  font-family: 'Rubik', sans-serif !important;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
}