body {
  font-family: "Ubuntu", "M PLUS 1", sans-serif;
}

header,
footer {
  white-space: nowrap;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

footer {
  height: 50px;
}

h3 {
  margin-top: 0.5em;
}

#container {
  width: 100%;
  z-index: 2;
  position: relative;
  background-image: url(../bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#container-bg {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

#viewer {
  width: 98%;
  margin: 0px auto;
  padding: 1px;
}

#newimage {
  overflow-x: scroll;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
}

.pageselect {
  display: flex;
  margin-bottom: 1em;
}

.font-L {
  margin-left: 1em;
}

.font-M {
  margin-top: 0.5em;
  margin-left: 1em;
}

.font-S {
  margin-left: 1em;
}

.btn {
  white-space: nowrap;
  background-color: white;
  color: rgb(36, 33, 33);
  border: 1px solid rgb(36, 33, 33);
  padding: 3px 10px 3px 10px;
  font-weight: 600;
  cursor: pointer;
  margin: 5px;
  transition: all 0.5s ease-in;
}
.btn:hover {
  background-color: rgb(36, 33, 33);
  color: white;
}

.hvimg {
  transition: transform 0.5s ease;
  width: auto;
  height: auto;
}
.hvimg:hover {
  transform: scale(1.1);
}

.graph {
  display: flex;
  flex-wrap: wrap;
}

.munin {
  max-width: 100%;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 2px solid;
  border-color: olive;
  max-width: 100%;
  height: auto;
}

.photos {
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
  justify-content: flex-start;
  list-style: none;
  margin-bottom: 1em;
  padding: unset;
}
.photos li {
  padding: 7px;
}/*# sourceMappingURL=style2.css.map */