h1 {
  color: #ffffff;
  font-family: Calibri, Candara, Segoe, “Segoe UI”, Optima, Arial, sans-serif;
}
.navbar .logo {
    width: 170px;
    display: inline-block;
    vertical-align: top;
}
.navbar{
  justify-content: space-between;
}

.navbar .title{
  width:200px;
margin:5px

}
.footer {
  bottom: 0;
  width: 100%;
  float: left;
  background: #f5f5f5;
  padding: 10px 0;
  margin-top: 20px;
  position:fixed;
}

#exportButton {
  padding: 0 8px 4px;
}
#exportButton a {
  color: inherit;
}
.container {
    max-width: fit-content;
    box-shadow: none;
}

@media only screen and (max-width: 768px) {
  .navbar{
    justify-content: center;
    display: inline-grid;
    width: 100%;
    font-size: 15px;
  }
  .navbar .logo {
    vertical-align: top;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.navbar .title {
  width: auto;
  margin: 5px;
  font-size: 34px;
  text-align: center;
}
}
