@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,500;1,500&display=swap');

@font-face {
  src: url(/fonts/angel.woff2);
  font-family: 'angel';
  font-display: swap;
}

@font-face {
  src: url(/fonts/Verdana.woff2);
  font-family: 'verdana';
  font-display: swap;
}

::selection {
  background-color: #fce3ef;
  color: #8d7c76;
}

::-moz-selection {
  background-color: #fef4fa;
  color: #8d7c76;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
  margin: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #ffd8e5;
  border-radius: 50px;
  border: 2px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #f9c5d6;
}

a {
  text-decoration: none;
  color: #91817b;
  transition: .1s
}

a:link {
  color: #91817b;
  background-color: transparent;
  text-decoration: dotted underline;
}

a:visited {
  color: #91817b;
  background-color: transparent;
  text-decoration: dotted underline;
}

a:hover {
  color: #91817b;
  background-color: transparent;
  text-decoration: dotted underline;
  font-style: italic;
  font-weight: bold;
}

a:active {
  color: #91817b;
  background-color: transparent;
  text-decoration: dotted underline;
}

body {
  overflow-x: hidden;
  position: relative;
  cursor: url(/media/cursor/pink.png), progress;
}

a:hover {
  cursor: url(/media/cursor/pink-hover.png), progress;
  align-items: center;
  justify-content: center;
}

html,
body,
* {
  cursor: url(/media/cursor/pink.png), progress !important;
}

a,
button,
#accessibility-link,
#translate-link,
#scroll-top,
[onclick] {
  cursor: url(/media/cursor/pink-hover.png), progress !important;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

html {
  transform: scale(1.2);
}

.bg-image {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

#base {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 500px;
}

#base>img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.bg-image,
#base>img {
  pointer-events: none;
}

#stuff {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 460px;
  height: 345px;
  padding: 20px;
  box-sizing: border-box;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: justify;
  line-height: 10px;
}

.stuff-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  height: 100%;
  color: #91817b;
  font-family: 'nunito';
  font-size: 9px;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  padding-right: 10px;
}

.stuff-inner img {
  max-width: 100%;
  height: auto;
  display: block;
}

.stuff-inner p {
  margin: 0;
  text-align: center;
  line-height: 130%;
  margin-bottom: 10px;
}

.stuff-inner span {
  color: #91817b
}

.links p {
  text-align: left;
}

.topics p {
  text-align: left;
}

.topics span {
  display: block;
  margin-bottom: -5px;
  color: #91817b;
}

.resources-text {
  display: block;
  text-align: left;
}

.topics p:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url(/media/graphics/paperstar.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#back-home {
  position: fixed;
  z-index: 9999;
  pointer-events: auto;
  left: 140px;
  bottom: 50px;
  color: #91817b;
  font-size: 9px;
  font-family: 'nunito';
  display: none;
  text-decoration: none;
}

#back-home:hover {
  font-style: italic;
}

#scroll-top {
  position: fixed;
  right: 155px;
  bottom: 50px;
  color: #91817b;
  cursor: pointer;
  z-index: 9999;
  font-size: 9px;
  font-family: 'nunito';
}

#scroll-top:hover {
  cursor: url(/media/cursor/pink-hover.png), progress;
  font-style: italic;
}

#accessibility-link {
  position: fixed;
  left: 140px;
  bottom: 50px;
  color: #91817b;
  cursor: pointer;
  z-index: 9999;
  font-size: 9px;
  font-family: 'nunito';
  text-transform: lowercase !important;
}

#accessibility-link:hover {
  font-style: italic;
}

#credits {
  position: fixed;
  right: 155px;
  top: 75px;
  color: #91817b;
  font-size: 10px;
  font-family: 'nunito';
}

#custom-translate {
  position: fixed;
  left: 155px;
  top: 75px;
  z-index: 9999;
}

#translate-link {
  color: #91817b;
  font-size: 10px;
  font-family: 'nunito';
  text-decoration: none;
  text-transform: lowercase !important;
}

body {
  top: 0 !important;
  position: static !important;
  text-transform: lowercase !important;
}

.goog-te-banner-frame,
.goog-te-banner,
.skiptranslate {
  display: none !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

.goog-tooltip,
.goog-tooltip:hover,
.goog-te-balloon-frame,
#goog-gt-tt {
  display: none !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

font {
  background-color: transparent !important;
  box-shadow: none !important;
}

#pButton {
  position: fixed;
  height: 20px;
  width: 20px;
  border: none;
  background-repeat: no-repeat;
  outline: none;
  cursor: url(/media/cursor/pink-hover.png), progress;
  left: 65px;
  top: 75px;
  text-decoration: none;
}

#divider {
  margin-left: 3px;
  margin-right: 3px;
  font-size: 10px;
  display: inline;
}

.play {
  background: url('https://i.imgur.com/aRUFUyE.gif');
}

.pause {
  background: url('https://i.imgur.com/aRUFUyE.gif');
}