* {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

body {
  background-image: url(numbers.gif);
  padding-bottom: 300vh;
  padding-right: 300vw;
}

#scrollreminder {
  background: red;
  color: #fff;
  position: absolute;
  z-index: 100;
  left: 680px;
  top: 150px;
  line-height: 90%;
  text-align: center;
  font-family: monospace;
}

div > img {
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}

.everything {
  margin-top: 150px;
  zoom: 0.7;
}
.everything * {
  pointer-events: none;
}

a, input, textarea, [choice], [close], [offer], #giveoffer {
  pointer-events: auto;
}

#giveoffer {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  font-family: cursive;
  animation: pulse 2.4s infinite;
  cursor: pointer;
  z-index: 500;
  text-align: center;
}
#giveoffer span {
  position: relative;
  top: 90px;
  background: blue;
  color: yellow;
}
#giveoffer img {
  width: 150px;
}

@keyframes pulse {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.2);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
#info {
  font-size: 48px;
  height: 54px;
  left: 50px;
  position: fixed;
  top: 50px;
  width: 54px;
  z-index: 100;
}
#info span {
  display: inline-block;
  transform: translateY(-2rem);
  font-size: 12px;
  color: #fff;
  letter-spacing: 5px;
  background-color: blue;
}

#info:hover {
  transform: scale(1.2);
}

[offering] {
  position: absolute;
  z-index: 1000;
}

[offering]:hover {
  filter: brightness(1.3);
}

#offer {
  background-color: rgb(255, 255, 0);
  color: rgb(0, 0, 0);
  font-family: Georgia, serif;
  font-size: 0.7rem;
}

#offerings {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 480px;
  max-width: 60vw;
  background: blue;
  z-index: 100;
  padding: 1rem;
  bottom: 100px;
  display: none;
  z-index: 800;
}
#offerings .offering-list {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}
#offerings div {
  position: relative;
  left: 0;
}
#offerings em {
  font-family: cursive;
  color: yellow;
}
#offerings a[close] {
  padding: 0.25rem;
  margin: 0.5rem;
  margin-bottom: 0.75rem;
  background: red;
  color: #fff;
  text-decoration: underline;
  z-index: 9999;
  cursor: pointer;
}
#offerings img {
  width: 60px;
  height: 60px;
}
#offerings .offering {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-size: 0.8rem;
}
#offerings .offering span {
  display: block;
  background: yellow;
  text-align: center;
}
#offerings .offering:hover {
  transform: scale(1.2);
  filter: brightness(1.3);
}

.firework {
  z-index: 99999;
}

#installins {
  position: fixed;
  padding: 1rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 99999999999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#installins span {
  color: yellow;
  background: blue;
  font-size: 3rem;
  font-family: cursive;
  display: inline;
  width: 720px;
}

.offering {
  position: absolute;
  z-index: 91942;
  transition: all 3s ease-in-out;
  -webkit-filter: drop-shadow(5px 5px 15px yellow);
  filter: drop-shadow(5px 5px 15px yellow);
}

.hand {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 150;
  width: 600px;
  height: 500px;
  content: " ";
  background-image: url(../hand.gif);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 9991942;
}

.heart {
  margin-left: 20px;
}

#offering_letter {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  z-index: 1500;
  display: none;
}
#offering_letter .letter-contents {
  position: relative;
  z-index: 200;
}
#offering_letter .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
}
#offering_letter h1 {
  font-family: cursive;
  font-size: 2rem;
  margin: 0;
}
#offering_letter a[close] {
  display: inline-block;
  margin: 0.5rem 1.5rem;
  background: red;
  padding: 0.25rem;
  cursor: pointer;
}
#offering_letter a[close]:hover {
  background: yellow;
  color: red;
}
#offering_letter .letter {
  margin: 0 auto;
  width: 290px;
  min-height: 300px;
  background-image: url(yellowpad.gif);
  background-repeat: repeat-y;
  box-sizing: border-box;
  z-index: 200;
}
#offering_letter textarea {
  margin-top: 8px;
  border: 0;
  background: transparent;
  height: 300px;
  width: 100%;
  color: #000;
  line-height: 130%;
  font-size: 1.25rem;
  font-family: cursive;
  display: block;
}
#offering_letter .letter-options {
  display: flex;
  justify-content: center;
  text-align: center;
}
#offering_letter input[type=submit] {
  background: blue;
  color: yellow;
  border: 0;
  padding: 0.5rem;
  font-family: cursive;
  font-size: 1rem;
  cursor: pointer;
}
#offering_letter input[type=submit]:hover {
  background: yellow;
  color: red;
  transform: scale(1.1);
}
#offering_letter .options {
  padding: 0.5rem;
}
#offering_letter .options [color], #offering_letter .options [size] {
  background: #fff;
  line-height: 24px;
  font-size: 0.8rem;
  border: 1px solid #000;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  display: inline-block;
}
#offering_letter .options [active] {
  box-shadow: 0 0 15px yellow, 0 0 5px yellow;
  border: yellowgreen 2px solid;
}

#allOfferings a[offering] {
  text-align: center;
}
#allOfferings a[offering=mail] {
  background-image: url(yellowpad.gif);
  background-size: 100%;
  background-repeat: repeat-y;
  min-height: 150px;
  min-width: 80px;
  max-width: 190px;
  padding: 0.25rem;
  font-family: cursive;
  overflow-y: scroll;
  z-index: -1;
  line-height: 90%;
}
#allOfferings a[offering] span {
  background: blue;
  color: #fff;
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  font-size: 0.7rem;
}

#wikipedia {
  pointer-events: auto !important;
  z-index: 999;
  transform-origin: center;
  transform: scale(1.5);
}
#wikipedia img {
  object-fit: cover;
}

#wikipedia:hover {
  transform: scale(3);
  transform-origin: center;
}

/*# sourceMappingURL=styling.css.map */
