@font-face {
  font-family: "Lato";
  src: url("resources/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: "Lato", sans-serif;
}

.bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #eee;
  border-top: 1px solid #ccc
}