@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Fira+Code:wght@300..700&display=swap');
@import url('https://tetunori.github.io/fluent-emoji-webfont/dist/FluentEmojiColor.css');
body {
  image-rendering: pixelated;
  font-family: "Alegreya Sans", sans-serif, 'Fluent Emoji Color', sans-serif;
  font-size: 18px;
  margin: 0;
}

main {
  padding-left: 15px;
  padding-right: 15px;
  flex-grow: 1;
  flex-direction: column;
  width: calc(100vw - 250px);
}

main, body {
  height: fit-content;
  display: flex;
}

/* Thing to wrap images */
imgs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: max-content;
  }

main img {
  width: auto;
  height: 250px;
}

p {
  margin: 0 0;
}

h1 {
  text-align: center;
  align-items: center;
  justify-content: center;
  width: max-content;
  font-family: "Alegreya Sans SC", sans-serif, 'Fluent Emoji Color', sans-serif;
  font-weight: 900;
  font-size: 60px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

h1 + h1 {
  margin-top: -50px;
}

h2 {
  font-weight: 800;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  margin: 15px;
}

h3 {
  font-weight: 700;
  margin-left: 50px;
  font-size: 25px;
  text-align: left;
  align-items: baseline;
  justify-content: flex-start;
  margin: 1px;
}

nav {
  width: 250px;
  height: auto;
}

code, a {
  font-family: "Fira Code", monospace, 'Fluent Emoji Color', sans-serif;
  font-size: 83%;
  font-weight: 500;
}

a {
  text-decoration: none;
}
small {
  font-weight: 300;
  font-size: 11px;
}
center {
  width: 100%;
}
center, loader {
  display: flex;
  flex-direction: column;
  text-align: center; 
  align-items: center;
  justify-content: center;
}

loader {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: conic-gradient(oklch(62.2% 0.13 323.19) 0% 12.5%, rgba(255,255,255,0) 20% 80%, oklch(62.2% 0.13 323.19) 87.5% 100%);
  animation: spin 0.8955223881s cubic-bezier(0.77,0.52,0.25,0.52) infinite; 
  cursor: progress;
}

@keyframes spin {
  from   { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

table {
  width:90%;
  margin-left:5%;
  border-collapse:separate;
  overflow:hidden;
}

table th,
table td{
  text-align:left;
  border-right:2px dotted gray;
  vertical-align:middle;
  font-weight: 300;
  font-size: 16px;
}

table th:first-child {
  font-weight: 600;
  font-size: 19px;
}

.jamming {
  animation: jam 0.4477611941s ease-in-out alternate infinite; 
  animation-play-state: paused;
}

@keyframes jam {
  from   { transform: scale(90%, 110%); }
  to { transform: scale(110%, 90%); }
}
.light {
  pointer-events: none;
}
a {
  cursor: pointer;
}
nav img {
  cursor: pointer;
}

.particle {
  cursor: move;
}
.locked {
  position: relative;
  display: inline-block;
}

.locked > * {
  filter: blur(8px);
  pointer-events: none;
  user-select: none; 
}

.locked::after {
  content: attr(Task);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
scroll-scroll {
  position: absolute;
  margin-left: -17px;
  bottom: 0;
  width: calc(100% - 242px);
  justify-content: center;
  pointer-events: none;
  overflow: hidden;
}