/* it's fucking awful practice to give every element a class but bare with me. it's a sunday night. */
.hello{
background: url(https://i.postimg.cc/LsBdbGPR/pastry-belos.gif);
height: 40rem;
width: 27rem;
margin: auto;
background-repeat: no-repeat;
filter: drop-shadow(#6fa006 0 3px 0);
display: flex;
flex-direction: column;
align-items: center;
  .txt{opacity: 0; transition: ease 1s;}
}
.hello:hover{
  .txt{opacity: 100; transition: ease 1s;}
}
h1{
text-align: center;
height: 1rem;
font-family: Schnookums;
color: #ffeb75;
position: relative;
bottom: 4.5rem;
font-size: 4em;
text-shadow: 1px 1px 0 #713900,    -1px 1px 0 #713900,    1px -1px 0 #713900,    -1px -1px 0 #713900,    0px 1px 0 #713900,    0px -1px 0 #713900,    -1px 0px 0 #713900,    1px 0px 0 #713900;
}
.txt{
color: #fff;
font-family: "Baskervville";
width: 11.5rem;
height: 15rem;
white-space: pre;
text-shadow: 1px 1px 0 #713900,    -1px 1px 0 #713900,    1px -1px 0 #713900,    -1px -1px 0 #713900,    0px 1px 0 #713900,    0px -1px 0 #713900,    -1px 0px 0 #713900,    1px 0px 0 #713900;
translate: 3.35rem -6.6rem;
image-rendering: pixelated;
  a{color: orange}
}
.cred{
color: #fff;
font-family: "Baskervville";
font-size: 1em;
translate: 9rem -7rem;
text-align: center;
a{
color: #fff;
text-decoration: underline wavy #ff3100;
text-shadow: #ff711c 1px 1px 2px;
font-family: BaskIL;
cursor: 
url(https://file.garden/ZRW6VPKULjLI59VM/graphics/pixels/cursors/nat1019.cur), auto; 
}
a:hover{
font-style: italic;
}
}
.red{
color: red;
text-shadow: red 0 0 3px;
}
body{
background: black;
cursor: url(https://file.garden/ZRW6VPKULjLI59VM/graphics/pixels/cursors/nat824.cur), auto;
}
.container-base{
background: black;
}
@font-face {
font-family: Schnookums;
src: url(https://file.garden/ZRW6VPKULjLI59VM/fonts/Schnookums.ttf);
}
@font-face {
font-family: Baskervville;
src: url(https://file.garden/ZRW6VPKULjLI59VM/fonts/Baskervville-VariableFont_wght.ttf);
}
@font-face {
font-family: BaskIL;
src: url(https://file.garden/ZRW6VPKULjLI59VM/fonts/Baskervville-Italic-VariableFont_wght.ttf);
}