html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

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

@font-face {
    font-family: "Museo Sans Regular";
    src: url("https://db.onlinewebfonts.com/t/e70e707b3caa577ee8616a665b26a9da.eot");
    src: url("https://db.onlinewebfonts.com/t/e70e707b3caa577ee8616a665b26a9da.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/e70e707b3caa577ee8616a665b26a9da.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/e70e707b3caa577ee8616a665b26a9da.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/e70e707b3caa577ee8616a665b26a9da.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/e70e707b3caa577ee8616a665b26a9da.svg#Museo Sans Regular")format("svg");
}