body {
  background: white;
  font-size: 6vw;
  font-family: garamond;
  margin:0;
  padding:0;
}

img {
  max-width: 100%;
  height: auto;
  min-width: 40%;
}

.back {
  position: fixed;
  align-items: flex-start;
  font-size: 2vw;
  margin: 4vw;
  top: 0;
  left: 0;
  border: 4px double black;
  padding: 0.5em;
}

.instructions {
  position: fixed;
  align-items: flex-start;
  font-size: 1vw;
  margin: 4vw;
  top: 0;
  right: 0;
  border: 4px double black;
  padding: 0.5em;
}

.titlebox {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 10vh;
  padding: 0;
  width: 100%;
  height: 33vh;
}

.textbox {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 25vh;
}

.textbox div {
  width: 100vh;
}

.aboutbox {
  width: 50vh;
  margin-left: 20vh;
  padding: 5vh;
  font-size: 2vh;
  background-color: white;
}

.tendubox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100vh;
  font-size: 1vh;
  text-align: center;
}


.pliecontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
  width: auto;
}

.scrolling-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
  width: 600vh;
}

a:link {
  text-decoration: none;
  color: black;
}

a:visited {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

@media screen and (max-width: 500px) {
img {
  min-height: 80%;
  width: auto;
}
