@font-face {
    font-family: "Futura PT";
    src: url("fonts/FuturaPT-Light.ttf") format("truetype");
}
:root {
    font-family: "Futura PT";
    font-size: 32px;
}
body {
    margin: 0;
    background-image: url("../images/background2.jpg");
    text-align: center;
    background-color: black;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100vh;
}
pre {
    line-height: 120px;
    background: none;
    display: inline-block;
    text-align: center;
    border-radius: 15px;
    overflow: auto;
}
h1 {
    margin: 0;
    padding: 20px;
}
.title-button {
    background: none;
    padding: 15px;
    text-decoration: none;
    color: white;
    border-radius: 0 0 25px 25px;
    backdrop-filter: blur(15px);
    background-color: rgba(0,0,0,0.3);
    transition: backdrop-filter 200ms;
    transition: background-color 200ms;
}
.active {
    background: none;
    padding: 15px;
    text-decoration: none;
    color: white;
    border-radius: 0 0 25px 25px;
    backdrop-filter: blur(15px);
    background-color: rgba(0,0,0,0.7);
    transition: backdrop-filter 200ms;
    transition: background-color 200ms;
}
.fancy-wrapper > h2 {
    border-radius: 25px;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px;
    backdrop-filter: blur(100px);
}
.fancy-wrapper > div {
  display: grid;
  backface-visibility: hidden;
  will-change: height, opacity;
  grid-template-rows: 0fr;
  opacity: 0;
  padding: 20px;
  border-radius: 25px;
  margin: 0 200px;
  backdrop-filter: blur(100px);
  transition: 
    grid-template-rows 500ms 500ms,
    opacity 500ms 500ms; /* Staggered opacity animation */
}
.fancy-wrapper > div > div {
    overflow: hidden;
    min-height: 0;
}
.fancy-wrapper > h2:hover + div {
    grid-template-rows: 1fr;
    opacity: 1;
    transition: 
        grid-template-rows 500ms,
        opacity 500ms;
}
.some-text {
    border-radius: 25px;
    display: flex;
    padding: 10px;
    margin: 0 200px;
    backdrop-filter: blur(500px);
}
#dad2, #dad3  {
    transform: translateX(+100%);
}
#lmaooo {
  margin: 60px 20px 20px 20px;
}
#right, #left {
  background: transparent;
  margin: 20px;
  user-select: none;
  padding: 10px 20px 10px 20px;;
  text-decoration: none;
  color: white;
  background-color: rgba(0,0,0,0.1);
  border-radius: 15px;
  backdrop-filter: blur(15px);
  transition: background-color 200ms, opacity 0.2s;
}
.hidden {
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
#right:hover, #left:hover {
    background-color: rgba(255,255,255,0.1);
    transition: background-color 200ms, opacity 0.2s;
}
.griddy {
  display: grid;
  margin-bottom: 20px;
}
.kek {
  grid-area: 1 / 1;
  transition: transform 500ms;
}
.some-text2 {
    border-radius: 25px;
    display: flex;
    padding: 10px;
    margin: 0 2.5%;
    backdrop-filter: blur(500px);
}
.padding {
    margin: 10px;
}
.padding-scale {
    margin: 10px;
    max-width: 22.5%;
}
q { 
    font-size: 32px;
}
.quote {
  text-align: right;
  width: 85%;
  margin: 100px 0 100px 0;
  font-size: 16px;
}
.wrapper {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
img { 
  border-radius: 25px;
}
#discord {
    font-weight: 700;
}
.title-button:hover {
    background-color: rgba(255,255,255,0.1);
    transition: background-color 200ms;
}
.lmao {
    background-color: rgba(255,255,255,0.1);
    transition: background-color 200ms;
}
