body {
  margin: 0px;
  width: 100%;
  height: 100vh;
  font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4 {
  margin: 0;
  font-family: 'Lato', sans-serif;
}
p {
  font-family: 'Playfair Display', serif;
}
a {
  font-family: 'Playfair Display', serif;
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.hidden {
  display: none !important;
}
.header {
  background-color: white;
  position: fixed;
  top: 0px;
  left: 0px;
  width: calc(100% - 40px);
  height: calc(7vh - 40px);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-menu {
  float: right;
  display: flex;
  align-items: center;
}
.header-menu a {
  margin-left: 10px;
}
.main-content {
  padding-top: 7vh;
  padding-bottom: 20px;
  min-height: calc(calc(100vh - 20px) - 18.5vh);
  width: 100%;
}
.title-block {
  display: flex;
  justify-content: center;
}
.title {
  font-size: 3em;
  font-weight: 700;
}
.auto-generated {
  margin-left: 15%;
  margin-right: 15%;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.home-box {
  height: auto;
  width: 20vw;
  margin-bottom: 2vw;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-box a img {
  max-width: 20vw;
}
.footer {
  background-color: lightgrey;
  margin-bottom: 4vh;
  width: calc(100% - 40px);
  height: calc(7.5vh - 40px);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.javascript-warning {
  background-color: white;
  z-index: 4;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
