body {
  margin: 0;
  padding: 0;
  font-family: HarmoniaSans, sans-serif;
  background-color: #fff !important;
}

#root {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: white;
  font-family: HarmoniaSans;
  background: linear-gradient(#5E8EA3, #005a79);
}

html {
  font-family: HarmoniaSans, sans-serif;
}
