a {
  cursor: url(https://i.imgur.com/nbtlhJA.png), auto !important;
}

body {
  filter: drop-shadow(20px 20px 2px #0000005c);
  background: 
    url(https://i.imgur.com/64vtuPF.png) 90% 0% / 200px 768px repeat-y, url(https://i.imgur.com/64vtuPF.png) 10% 0% / 200px 768px repeat-y , url(https://i.imgur.com/qFwFciM.png);
}

@keyframes openup {
  0% {
    background: 
    url(https://i.imgur.com/3s9c9Ky.png) 0% 0% / 110% 80% no-repeat, 
    url(https://i.imgur.com/aoXVrwD.png) 100% 0% / 110% 80% no-repeat,
    url(https://i.imgur.com/VCWXWg5.png) 0% 0% / 100% 99% no-repeat, 
    url(https://i.imgur.com/TZBgmYo.png) 100% 0% / 100% 99% no-repeat;
  }
  100% {
    background: 
    url(https://i.imgur.com/3s9c9Ky.png) 0% 0% / 0% 80% no-repeat, 
    url(https://i.imgur.com/aoXVrwD.png) 100% 0% / 0% 80% no-repeat,
    url(https://i.imgur.com/VCWXWg5.png) 0% 0% / 0% 99% no-repeat, 
    url(https://i.imgur.com/TZBgmYo.png) 100% 0% / 0% 99% no-repeat;
  }
}

body::after {
  image-rendering: pixelated;
  animation: openup 2.5s ease 0.5s 1 forwards;
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50000;
  width: 100vw;
  height: 100%;
  pointer-events: none;
}

body::before {
  image-rendering: crisp-edges;
  content: "";
  background: 
    url(https://i.imgur.com/ozIpU7B.png) 100% 50px / 200px no-repeat,
    url(https://i.imgur.com/wTxBQ5J.png) 0% 50px / 200px no-repeat;
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  margin-left: -10px;
  z-index: 100;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding-left: 20px;
}

#container {
  margin-top: 20px;
  border: 100px solid;
  border-image: url(https://i.imgur.com/YSQsnxk.png) 210 fill repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 768px;
}

.topLeft {
  width: 75%;
  border: 30px solid;
  border-image: url(https://i.imgur.com/opFN8ic.png) 25 fill stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0px 10px 2px 10px #00000075;
}

.topRight {
  width: 85%;
}

#avatar {
  content: url(https://i.imgur.com/in3F1es.png);
}

#top {
  border: 30px solid;
  border-image: url(https://i.imgur.com/opFN8ic.png) 25 fill stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#top::after {
  content: "";
  position: relative;
  background: url(https://i.imgur.com/F8D7yZz.png) 0% 0% / 100% 100%;
  width: 256px;
  height: 128px;
}

img[src="https://i.imgur.com/BCR6x76.gif"] {
  position: relative;
  top: -55px;
  left: 50%;
  z-index: 50;
}

.fwiendFace b {
  position: relative;
  top: 128px;
  color: red;
  text-align: center;
  background: white;
  margin-left: 20px;
  margin-right: 20px;
  width: 64px;
}

.fwiendFace img {
  padding: 20px;
  width: 64px;
  height: 64px;
  padding-top: 30px;
  object-fit: cover;
  margin-bottom: 75px;
  border-radius: 100%;
}

.fwiendFace::after {
  content: "";
  position: absolute;
  background: url(https://i.imgur.com/VPAonjQ.png) 0% 0% / 100% 100% no-repeat;
  width: 100px;
  height: 200px;
  pointer-events: none;
}

.tableLeft {
  padding: 10px;
  background: url(https://i.imgur.com/d5HuubM.png) 0% 0% / 100% 100%;
  image-rendering: pixelated;
  display: flex;
  width: 150px;
  justify-content: center;
  
  & a {
    background: linear-gradient(0deg, #FFE500FF 28%, #FFE686FF 54%, #FFE500FF 82%, #FFCB3BFF 100%) 0% 0% / 100% 100%;
    color: transparent;
    background-clip: text;
  }
  & img {
    margin: 5px;
    object-fit: cover;
    width: 128px;
    height: 128px;
  }
}