body {
  background: url("https://64.media.tumblr.com/ed9e48180fd3d5a9fb05960675c66a8a/2a5fcc6d15c78c3f-3a/s75x75_c1/c7c113fcd24a3ae958ca67473d300fcee7b9739c.gifv");
  background-size: 25% repeat;
  font-family: angel;
  color: #7f6565;
}

*, .title h1 {
  position: relative;
}

a {
  color: #ffbad2;
  font-weight: bold;
  text-decoration: none;
}

h1 {
  font-family: arial;
}

h2 {
  display: inline;
  font-weight: normal;
  font-size: 16px;
  font-family: spirit;
}

h1, h2, p {
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
}

#highlight {
  display: inline-block;
  vertical-align: middle;
  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);
  padding: 3px 10px;
  border: 1px solid #00000044;
  border-radius: 5px;
}

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);
}

.container {
  margin: auto;
  display: flex;
  align-items: flex-start;
  width: 1020px;
  height: auto;
  box-shadow: none;
  background: pink;
}

.box, .home, #update {
  box-shadow: none;
}

.top, .title {
  background: linear-gradient(180deg,rgba(255, 251, 240, 1) 14%, rgba(255, 245, 214, 1) 72%);
  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 {
  background: white;
}

.top, .status, .left-tab {
  width: 240px;
}

.top {
  height: 25px;
  border-radius: 15px 15px 0 0;
  border-bottom: 0;
}

.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: 5px;
  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://i.imgur.com/0vkP7Rh.png") 0 0 / cover;
  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: 1.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-family: arial;
  font-weight: bold;
}

#info h2, #info #highlight {
  font-size: .7em;
}

#mood a {
  top: 3px;
  left: 1px;
  animation: blink 2s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

progress[value] {
  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-bottom: 1px;
  border-bottom: 2px dotted #877b5b80;
}

.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; 
}

.title {
  height: 50px;
  border-radius: 5px 50px 0 0;
  letter-spacing: -1px;
}

.title h1 {
  top: 5px;
  left: 20px;
  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%);
}