body {
  background: url("https://decomail.space/bg/white/47.jpg");
  background-size: 25% repeat;
  font-family: angel;
  --brown: #7f6565;
  color: var(--brown);
}

*, .title h1 {
  position: relative;
}

a {
  color: #ffbad2;
  font-weight: bold;
  text-decoration: none;
}

h1 {
  font-family: Bonbon Regular;
}

h2 {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  font-family: spirit;
  color: white;
  text-shadow: -1px -1px 0 #7f6565, 1px -1px 0 #7f6565, -1px 1px 0 #7f6565, 1px 1px 0 #7f6565;
}

u {
  background: linear-gradient(to top, #ffe1ed 30%, transparent 0);
  text-decoration: none;
}

h1, h2, p {
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
}

#highlight, #highlight2 {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 9px;
  border: 1px solid #00000044;
  border-radius: 5px;
}

#highlight {
  background: linear-gradient(180deg, rgba(255, 230, 241, 1) 10%, rgba(255, 189, 231, 1) 100%);
  box-shadow: inset 0px 8px 0px 1px rgb(255, 255, 255, .6);
}

a, .title h1, .bunni {
  filter: drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 0px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 0px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 0px 1px white) drop-shadow(0px 1px 0px #00000032 );
}

.status, .top, .left-tab, .title, .header, .info, .ext, .user {
  border: 4px #ffeaf2 solid;
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.6);
  filter: drop-shadow(.1rem 0 .1rem #00000044);
}

@font-face {
  font-family: angel;
  src: url(https://file.garden/aS-t0Aj4K3mdDujK/sozai/fonts/angel.woff2);
}

@font-face {
  font-family: basiic;
  src: url(https://cinni.net/fonts/basiic.ttf);
}

@font-face {
  font-family: Zen;
  src: url(https://dl.dropbox.com/s/xu99rn6hppd0p9q/ZenMaruGothic-Medium.ttf);
}

@font-face {
  font-family: spirit;
  src: url(https://dl.dropbox.com/scl/fi/f8qjx54ut626d9zfikxsd/spirit.ttf?rlkey=3gn21r4kqk23g25ogv9r01vsb&st=dl86vi4l);
}

@font-face {
  font-family: dreams;
  src: url(https://dl.dropbox.com/s/i9lg3nchwvgi6p3/dream.ttf);
}

@font-face {
  src: url(https://decomail.space/fonts/Bonbon%20Regular.ttf);
  font-family: Bonbon Regular;
}

.container {
  margin: auto;
  display: flex;
  align-items: flex-start;
  width: 1020px;
  height: auto;
  box-shadow: none;
}

.box, .home, #update {
  box-shadow: none;
}

/* ---- green gradient ---- */

.top, .title, #highlight2, #highlight3 {
  background: linear-gradient(-90deg,rgba(244, 255, 240, 1) 10%, rgba(220, 255, 209, 1) 100%); 
  box-shadow: -1px -1px 1px inset #9e9699, 2px 2px 1px inset #ffffff80, 0px 0px 2px #cccacb !important;
}

/* start of left tab */

.box {
  top: 50px;
}

.status, .left-tab, .info, .ext, .user {
  background: white;
}

.top, .status, .left-tab {
  width: 240px;
}

.top {
  height: 25px;
  border-radius: 15px 15px 0 0;
  border-bottom: 0;
}

.top h2 {
  top: 4px;
}

.status {
  height: auto;
}

/* ---- id card ---- */

.id {
  display: grid;
  box-sizing: border-box;
  margin: 5px;
  width: 230px;
  grid-template-columns: 90px 135px;
  grid-template-rows: 90px;
  grid-column-gap: 2px;
  grid-row-gap: 0px;
  background: url("https://i.imgur.com/2fNOIEC.png");
  padding: 5px;
  padding-left: 0px;
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.6);
}

#icon { 
  grid-area: 1 / 1 / 2 / 2;
  background: url("https://64.media.tumblr.com/bcb5b6234133f99c199f17a10db3a064/85fa0ecf521c0f55-ed/s500x750/732cdcdc7309a7e225df3d10c8f3882a079f7807.webp") 0px 0px / contain;
  background-repeat: no-repeat;
  filter: saturate(80%);
}

#info {
  grid-area: 1 / 2 / 2 / 3;
  display: flex;
  align-items: left;
  justify-content: space-evenly;
  flex-direction: column;
}

#info h1 {
  font-size: 1em;
  color: #ffa3d6;
  filter: drop-shadow(0px 0px 1px #ffe0ef) drop-shadow(0px 0px 0px #ffe0ef) drop-shadow(0px 0px 1px #ffe0ef) drop-shadow(0px 0px 0px #ffe0ef) drop-shadow(0px 0px 1px #ffe0ef) drop-shadow(0px 0px 1px #ffe0ef) drop-shadow(0px 3px 0px #ffffff);
}

#info h2 {
  font-size: .7em;
  font-family: arial;
  font-weight: bold;
}

#info #highlight {
  left: 5px;
  font-size: .8em;
}

#mood a {
  top: 3px;
  left: 4px;
  animation: blink 2s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

progress[value] {
  left: 5px;
  width: 125px;
  height: 15px;
  background: --background;
  --background: #f7f7f7;
  --color: repeating-linear-gradient(
  -45deg,
  #ffe3ef,
  #ffe3ef 5px,
  #ffc7e6 5px, 
  #ffc7e6 10px
  );;
  border: 3px solid white;
  box-shadow: 0 0 0 1px #7f6565;
  border-radius: 10em;{}
}

progress[value]::-webkit-progress-bar {
  border-radius: 10em;
  background: var(--background);
}

progress[value]::-webkit-progress-value {
  border-radius: 10em;
  background: var(--color);
}

/* ---- end of id card ---- */

.left-tab {
  padding-top: 5px;
  padding-bottom: 25px;
  height: auto;
}

#update {
  top: 10px;
  width: 195px;
  height: 150px;
  padding-right: 5px;
  text-align: left;
  overflow: scroll;
  overflow-x: hidden;
  border-width: 7px; 
  border-style: solid;
  border-image: url("https://i.imgur.com/ROjUrNz.gif") 7 round;
  background: url("https://i.pinimg.com/736x/7d/c0/13/7dc0137896f472e3871217dd70d5bd2f.jpg") 0 0 / contain;
  border-image-outset: 5px;
}

#update::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}

#update::-webkit-scrollbar-track {
  background: #ffc9c9;
  background: linear-gradient(-180deg,rgba(255, 201, 201, 1) 0%, rgba(255, 217, 199, 1) 14%, rgba(249, 243, 195, 1) 28%, rgba(223, 245, 192, 1) 42%, rgba(188, 237, 239, 1) 56%, rgba(216, 183, 236, 1) 70%, rgba(246, 175, 212, 1) 84%, rgba(255, 168, 196, 1) 100%);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #00000044;
}

#update::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #00000044;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.list li {
  font-size: .9em;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px dotted #877b5b80;
}

.list li:first-child {
  padding-top: 0;
}

.list li:last-child {
  border-bottom: none;
}

/* ---- end of left tab ---- */

.home {
  left: 20px;
  display: grid;
  grid-template-columns: repeat(5, 150px);
  grid-template-rows: 50px repeat(4, 150px);
}

.header, .info, .ext {
  border-bottom: 0;
}

.title { 
  grid-area: 1 / 1 / 2 / 3; 
}

.header {
  grid-area: 2 / 1 / 3 / 6;
}

.info { 
  grid-area: 3 / 1 / 5 / 3;
  border-right: 0;
}

.ext { 
  grid-area: 3 / 3 / 5 / 6; 
}

.user { 
  grid-area: 5 / 1 / 6 / 6; 
  height: 180px;
}

.title {
  height: 50px;
  border-radius: 5px 50px 0 0;
  letter-spacing: -1px;
}

.title h1 {
  top: 5px;
  left: 10px;
  font-size: 30px;
}

.header {
  height: 150px;
  white-space: nowrap;
  overflow: hidden;
  background: url("https://decomail.space/bg/pink/29.gif");
  animation: background 60s infinite;
}

@keyframes background { 
  0% { 
    background-position: 0% 0%; 
  } 
  100% { 
    background-position: 100% 0%; 
  } 
}

.lace {
  top: -6.5px;
  height: 50px;
  filter: drop-shadow(.1rem 0 .1rem #00000044) brightness(110%);
}

.usagi {
  position: absolute;
  z-index: 1;
  width: 200px;
  height: 200px;
  filter: drop-shadow(1px 2px 1px gray);
  transition: transform 400ms;
}

.usagi:hover {
  transform: translateY(-10px);
}

/* ---- info section ---- */

.info, .ext, .user {
  background: url("https://decomail.space/bg/white/63.gif");
}

#border {
  top: 15px;
  width: 85%;
  height: 250px;
  background: white;
  border-width: 9px;
  border-style: solid;
  border-image: url("https://sweet-pea.neocities.org/graphics/0_sweet-pea/border_6.gif") 8 repeat;
}

.info #border h2 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.info #border p {
  margin-bottom: 5px;
}

#pixel {
  display: inline;
  margin-bottom: -5px;
  height: 20px;
}

/* ---- end of info section ---- */

/* ---- ext section ---- */

.ext #border {
  width: 88%;
  padding-right: 5px;
  padding-left: 5px;
}

.ext #divider, #cream {
  object-fit: contain;
  filter: drop-shadow(1px 1px 2px #aeaeae) brightness(115%);
}

.ext #divider {
  margin-top: -9px;
  margin-left: -6px;
  width: calc(100% + 11px);
  height: 50px;
}

#cream {
  padding-top: 6px;
  padding-bottom: 4px;
  width: 100%;
  height: 20px;
}

/* ---- end of ext section ---- */

/* ---- user section ---- */

.user #border {
  display: flex;
  width: 93%;
  height: 125px;
  justify-content: flex-start;
  text-align: left;
  padding: 5px;
}

#yap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#pfp {
  object-fit: cover;
  border: 1px dashed var(--brown);
}

#highlight3 {
  margin-left: 5px;
  width: 96%;
  height: 23%;
}

/* ---- end of user section ---- */