html,
body {
  height: 100%;
  margin: 0;
}

body {
  overflow-x: hidden;
  font-family: Helvetica, Arial, sans-serif;
  color: #111;
}

@font-face {
  font-family: "Exo-Bold";
  src: url("fonts/Exo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli-Regular";
  src: url("fonts/Muli-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

#container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

#leftbar {
  width: 100%;
  margin: 1.5% 2% 0;
  display: block;
  text-align: left;
  box-sizing: border-box;
}

#leftbar .back {
  font-size: 14px;
  margin: 0 0 12px;
}

#leftbar .back a {
  color: #111;
}

#timeline-embed {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
}

#iframe {
  display: block;
  border: 0;
}

.timeline-fallback {
  width: 96%;
  margin: 8px auto 0;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

.exo {
  font-family: "Exo-Bold", "Exo", Helvetica, Arial, sans-serif;
  font-size: 26px;
  margin: 0 0 8px;
}

.muli {
  font-family: "Muli-Regular", Helvetica, Arial, sans-serif;
  font-size: 20px !important;
  margin: 0;
}

.footer {
  clear: both;
  z-index: 2;
  padding: 2%;
}
