body{ 
  background: repeating-linear-gradient(180deg, rgba(89, 39, 65, 0.7) 0%, rgba(219, 28, 7, 0.55) 100%);
  background-size: 100% 5px;
  background-repeat: repeat;
}

#page {
  color: white;
  font-family: 'Arial';
  font-weight: bold;
  font-size: 2.0408vw;
  text-shadow: 0 0 0.1302vw black, 0 0 0.1302vw black, 0 0 0.1302vw black, 0 0 0.1302vw black;
  margin-left: 0.6510vw;
  margin-right: 0.6510vw;
}

h1 {
  line-height: 0.1042vw;
  font-size: 4.3878vw;
}

p {
    display: block;
    margin-top: 0.9766vw;
    margin-bottom: 0.9766vw;
    text-align: justify;
}

li {
  display: list-item;
    text-align: start;
    margin-top: 0.3255vw;
    margin-bottom: 0.3255vw;
    list-style: disc;
    margin-left: 1.3021vw;
}

a {
  color:lightblue;
  font-style: italic;
}


#gallery {
  display: grid;
  position: sticky;
  grid-template-columns: min-content min-content min-content;
  background-color: transparent;
  padding: 0vw;
  margin: 0vw;
  font-size: 1.5306vw;
}

#gallery div {
  border: 0.1302vw groove white;
  display: block;
  grid-gap: 0vw;
  padding: 0.1302vw;
}

#cornerpic {
  width: 19.5313vw;
  position: fixed;
  bottom: 0vw;
  right: 0vw;
  z-index: 0;
  mix-blend-mode: color-dodge;
  opacity: 0.55;
}