#page, a {
  position: relative;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, 
canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, 
fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, 
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, 
output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, 
summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, td, th {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}
blockquote, q {
  quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, 
main, menu, nav, section, summary {
  display: block;
}
* {
  outline: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* ::-moz-selection {
  color: #fff !important;
  background: #1f00ee !important;
}
* ::selection {
  color: #fff !important;
  background: #1f00ee !important;
}
body, html {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
body {
  font-size: 12px;
  background: #fff;
  color: #000000;
}
body, h2, p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h2, p {
  letter-spacing: .2em;
}
h3, section#page #fin h3, section#page #folio a {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}
section#page #fin h3, section#page #folio a {
  font-size: 6em;
  letter-spacing: -.05em;
  font-weight: 700;
}
#page {
  overflow: scroll;
  height: 100%;
  width: 100%;
}
a {
  color: #1f00ee;
  border: 0;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
a:hover:after {
  bottom: 40%;
}
a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #1f00ee;
  -moz-transition: all .3s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all .3s cubic-bezier(.19, 1, .22, 1);
  -webkit-transition: all .3s cubic-bezier(.19, 1, .22, 1);
  transition: all .3s cubic-bezier(.19, 1, .22, 1);
}
#letters {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#letters canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
section#page {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}
section#page #fin, section#page #intro {
  height: 100%;
  width: 100%;
  text-align: center;
  position: relative;
}
section#page #intro h1 {
  display: none;
}
section#page #intro h2 {
  -moz-transform: scaleY(.7);
  -ms-transform: scaleY(.7);
  -webkit-transform: scaleY(.7);
  transform: scaleY(.7);
  font-size: 2em;
  line-height: 36px;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 5%;
}
section#page #contact article, section#page #prez article {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 640px;
  width: 100%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section#page #contact p, section#page #folio p, section#page #prez article p {
  -moz-transform: scaleY(.7);
  -ms-transform: scaleY(.7);
  -webkit-transform: scaleY(.7);
}
section#page #contact p, section#page #folio p {
  transform: scaleY(.7);
  font-size: 2em;
  line-height: 36px;
}
section#page #prez {
  text-align: left;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 640px;
  position: relative;
}
section#page #prez article p {
  transform: scaleY(.7);
  font-size: 2em;
  line-height: 36px;
  margin-bottom: 0;
}
section#page #folio {
  text-align: center;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
section#page #folio li {
  line-height: 160px;
}
section#page #folio a {
  -moz-transform: scaleY(2);
  -ms-transform: scaleY(2);
  -webkit-transform: scaleY(2);
  transform: scaleY(2);
  line-height: 72px;
}
section#page #folio a:after {
  height: 6px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
section#page #folio a:hover:after {
  width: 150%;
}
section#page #contact {
  text-align: center;
  position: relative;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  max-width: 640px;
}
section#page #contact article a {
  display: inline-block;
}
section#page #fin article {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section#page #fin h3 {
  -moz-transform: scaleY(2);
  -ms-transform: scaleY(2);
  -webkit-transform: scaleY(2);
  transform: scaleY(2);
  color: black;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 6px;
  }
  section#page {
    padding: 0 16px;
  }
  section#page #contact article a, 
  section#page #contact article p, 
  section#page #folio p, 
  section#page #prez article p {
    line-height: 24px;
  }
  section#page #folio li {
    line-height: 64px;
  }
  section#page #folio a {
    font-size: 4.25em;
    line-height: 36px;
  }
  section#page #folio a:after {
    height: 3px;
  }
  section#page #fin h3 {
    font-size: 4.25em;
  }
}
@media screen and (max-width: 640px) {
  a:after {
    bottom: 2px;
  }
}
.museum-body {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), /* HARRY IF YOU CALL ME LAZY BECAUSE I DIDN'T WANNA MAKE A GRADIENT BACKGROUND MANUALLY I WILL STAB YOU TO DEATH NEXT TIME I'M IN BARRIE */
                url('https://www.publicdomainpictures.net/pictures/130000/velka/rainbow-background-1438899140wt8.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: auto !important;
    height: auto;
    min-height: 100%;
    color: #fff;
    padding-bottom: 5rem;
}

@keyframes rainbowShift {
    0% { background-position: 0% 0%; }
    100% { background-position: 200% 200%; }
}
html:has(.museum-body), 
html:has(.museum-body) body,
.museum-body {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: auto !important;
}

.museum-body #page {
    height: auto !important;
    min-height: 100vh !important;
    display: block !important;
    overflow: visible !important;
}

.museum-body {
    background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), 
                url('https://www.publicdomainpictures.net/pictures/130000/velka/rainbow-background-1438899140wt8.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-bottom: 5rem;
}

.museum-header {
    text-align: center;
    padding: 80px 0 100px 0;
}

.museum-header h1 {
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    font-size: 6em;
    letter-spacing: -.05em;
    font-weight: 700;
    -moz-transform: scaleY(2);
    -ms-transform: scaleY(2);
    -webkit-transform: scaleY(2);
    transform: scaleY(2);
    color: #ffffff;
    display: inline-block;
}

.museum-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.museum-item {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1; /* Locked perfectly square */
    background-color: rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.museum-item img,
.museum-item video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0;
}

@media screen and (max-width: 768px) {
    .museum-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 0;
    }
    
    .museum-item {
        background-color: rgba(0, 0, 0, 0.5);
    }
}
}