html {
  scroll-behavior: smooth;
}

.logo {
  height: auto;
  max-width: 100%;

  display: flex;
  justify-content: center;
  overflow: hidden;
}

a {
  color: white;
}
a:hover {
  color: lightgray;
}

.buttons {
  display: flex;
  padding-right: 1em;
  justify-content: space-evenly;
  justify-content: right;
  gap: 2.5em;
  word-spacing: 2px;
}

.buttonsConfirm {
  display: flex;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  width: 200px;
}
.buttonBox {
  border: none;
  border-radius: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: calc((100% - (n * width)) / (n - 1));
}
.buttonAdjust {
  margin-top: 100px;
  background-color: #7d7d7d;
  border-radius: 12px;
}
.notice {
  height: auto;
  max-width: 100%;
  display: flex;
  justify-content: center;
  font-size: 30px;
  font-size: calc(100% + 2vw);
  margin: 30px 0;
  line-height: 120%;
  color: rgb(147, 81, 81);
}

h2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: white;
  font-style: normal;
  line-height: 1em;
}

h1 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: white;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1em;
}

h3{
  line-height: 1.25em;
}

body {
  margin: 0;
  background-image: linear-gradient(#484848, #4f4f4f, #414141, #484848);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: white;
  word-spacing: 4px;
  line-height: 1.15em;
  padding: 1.5em;
}

.underline {
  text-decoration: underline;
}

#Artworks {
  height: 500px;
  overflow: auto;
  width: 1000px; /* Change width of box */
  overflow-y: hidden;
}

#InnerArtworks {
  width: 2000px; /* Change for ammount of images */
}

​
/* display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 23%;
    overflow-x: auto;
} */

#founders {
  display: inline-grid;
  grid-auto-flow: column;
  text-align: left;
}

#btn_ScrollToTop {
  position: fixed;
  right: 1em;
  bottom: 0.1em;
  border-radius: 50%;
  border: none;
  opacity: 45%;
}

footer {
  display: flex;
  font-size: smaller;
  font-weight: normal;
  font-style: italic;
  justify-content: center;
  gap: 3px;
}
