body {
  background-image: url(/media/backgrounds/pinkdots.png) !important;
  background-size: 20%;
  cursor: url(/media/cursor/hand.png), progress;
  font-family: 'angel';
  font-size: 12px;
  color: #8d7c76;
  display: flex;
  height: 100vh;
  margin: auto;
  align-items: center;
  justify-content: center;
  position: relative;
}

@font-face {
  src: url(/fonts/angel.woff2);
  font-family: 'angel';
  font-display: swap;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #fff7fa;
  -webkit-border-radius: 0ex;
  border: 1px dotted #edaecb;
}

mark {
  background-color: #ffe9f2;
  color: #8d7c76;
  padding: 0 4px;
  border-radius: 10px;
}

::selection {
  background-color: #fef4fa;
  color: #8d7c76;
}

::-moz-selection {
  background-color: #fef4fa;
  color: #8d7c76;
}

#s-m-t-tooltip {
  max-width: 150px;
  margin: 10px;
  background-color: white;
  border: 7px solid;
  border-image: url(/media/borders/pink.png) 5 fill round;
  border-image-outset: 2px;
  outline: 1px dashed #e1b3c7;
  outline-offset: -6px;
  border-radius: 4px;
  font-family: tahoma;
  font-size: 7px;
  letter-spacing: 2px;
  color: #848484;
  position: fixed !important;
  z-index: 100000 !important;
  pointer-events: none;
  padding: 4px;
  text-align: center;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:hover,
button:hover,
img:hover {
  cursor: url("/media/cursor/hand.png"), pointer;
}

ul {
  list-style: none;
}

#context_menu {
  background: #FEF8FC;
  border: 1px dotted #AAAAAA;
  letter-spacing: 1px;
  width: 70px;
  font-family: Verdana;
  font-size: 8px;
  position: absolute;
  display: none;
  z-index: 100000;
}

#context_menu ul li {
  padding: 4px;
  cursor: url('/media/cursor/hand.png'), pointer;
  z-index: 100000;
}

#context_menu ul li:hover {
  background: #FEF8FC;
  color: #848484;
  z-index: 100000;
}

a {
  text-decoration: none;
  color: #545454;
  transition: .1s
}

a:link {
  color: #8d7c76;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #8d7c76;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #edaecb;
  background-color: transparent;
  text-decoration: dotted underline;
  font-style: italic;
}

a:active {
  color: #8d7c76;
  background-color: transparent;
  text-decoration: underline;
}

h3 {
  margin-bottom: 6px;
}

.blink {
  animation: blink 2s infinite;
  display: inline;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  49% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes smoothFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.zoom {
  transition: transform .2s;
}

.zoom:hover {
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.wrapper {
  width: 800px;
  height: 575px;
  display: flex;
  box-sizing: border-box;
  padding: 5px;
  gap: 5px;
  background: none;
  border: none;
}

.wrap {
  margin-top: 5px;
  height: 96.5%;
  width: 100%;
}

.side-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 10px;
  width: 150px;
  height: 565px;
  background: white;
  border: 7px solid;
  border-image: url(/media/borders/blog.png) 5 fill round;
  border-image-outset: 2px;
  border-radius: 12px;
  outline: 1px dashed brown;
  outline-offset: -8px;
  gap: 0px;
  text-align: center;
  position: relative;
}

.center-column {
  display: flex;
  flex-direction: column;
  width: 480px;
  height: 565px;
  background-color: none;
  align-items: center;
  gap: 5px;
}

.center {
  display: flex;
  flex-direction: column;
  width: 460px;
  height: 500px;
  align-items: flex-start;
  margin-left: 5px;
  margin-right: 5px;
  background: white;
  border: 7px solid;
  border-image: url(/media/borders/blog.png) 5 fill round;
  border-image-outset: 2px;
  border-radius: 12px;
  outline: 1px dashed brown;
  outline-offset: -8px;
  overflow: hidden;
}

.center-inner {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.info.default {
  width: 410px;
  margin: 15px;
  margin: 10px auto;
}

.info {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 430px;
  background: none;
  align-items: center;
  margin: 10px auto;
  font-size: 12px;
}

.info p {
  text-align: justify;
}

.intro {
  text-align: justify;
  text-justify: inter-word;
  padding: 5px;
  margin-top: 1px;
  margin-left: 5px;
  margin-right: 5px;
}

.url {
  display: flex;
  width: 460px;
  height: 60px;
  background: white;
  border: 7px solid;
  border-image: url(/media/borders/blog.png) 5 fill round;
  border-image-outset: 2px;
  border-radius: 12px;
  outline: 1px dashed brown;
  outline-offset: -8px;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0px 15px 0px 15px;
  margin-bottom: 10px;
}

.profile {
  display: flex;
  flex-direction: column;
  width: 133px;
  height: 270px;
  background-color: none;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px;
}

.pfp {
  width: 120px;
  height: 120px;
  border: 1px solid brown;
  border-radius: 5px;
  margin-bottom: 9px;
}

.pfp2 {
  width: 120px;
  height: auto;
  margin-bottom: 9px;
}

.status {
  white-space: nowrap;
}

.button {
  width: 120px;
  height: 16px;
  border: 1px solid #8d7c76;
  border-radius: 5px;
  background-color: #ffe9f2;
  color: #8d7c76;
  font-family: 'angel';
  font-size: 11px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
}

.button2 {
  width: 120px;
  height: 16px;
  border: 1px solid #8d7c76;
  border-radius: 5px;
  background-color: #ffe9f2;
  color: #8d7c76;
  font-family: 'angel';
  font-size: 11px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 2px;
  display: flex;
}

.button-results {
  width: fit-content;
  min-width: 16px;
  padding: 0 8px;
  height: 16px;
  border: 1px solid #8d7c76;
  border-radius: 5px;
  background-color: #ffe9f2;
  color: #8d7c76;
  font-family: 'angel';
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 2px;
}

.sections {
  width: 100%;
  padding-left: 10px;
  align-self: stretch;
  text-align: left;
  margin-bottom: 5px;
}

.sections::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  background-image: url(/media/graphics/heart.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

#top-lace {
  background-image: url(/media/borders/roses.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto 100%;
  width: 100%;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

#bottom-lace {
  background-image: url(/media/borders/roses.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto 100%;
  width: 100%;
  height: 42px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleY(-1);
  z-index: 1;
  pointer-events: none;
}

.section-content {
  display: none !important;
  opacity: 0;
}

.search-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
}

#search {
  flex: 1;
  height: 20px;
  border: 1px solid #8d7c76;
  border-radius: 5px;
  padding: 0 6px;
  font-family: 'angel';
  font-size: 11px;
}

#search-btn,
#home-btn {
  height: 20px;
  padding: 0 8px;
  border: 1px solid #8d7c76;
  border-radius: 5px;
  background: #ffe9f2;
  font-family: 'angel';
  font-size: 11px;
  color: #8d7c76;
  text-decoration: none;
  cursor: url(/media/cursor/hand.png), progress;
  display: flex;
  align-items: center;
}

#results-inner {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  text-align: left;
  color: #8d7c76;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.search-title {
  margin-left: 10px;
}

#search-results {
  width: 100%;
  display: block;
  animation: smoothFade 0.4s ease-out forwards;
}

#results-inner {
  width: 100%;
  text-align: left;
  color: #8d7c76;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  max-width: 430px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2px;
}

.search-category {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  row-gap: 5px;
  margin-bottom: 10px;
}

.search-category .item {
  display: block;
}

#tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

#tag-cloud .search-category {
  justify-content: flex-start;
}

.tag-btn {
  background-color: #ffe9f2;
  color: #8d7c76;
  border: 1px solid #8d7c76;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  font-family: 'angel';
}

.tag-btn:hover {
  background: #ffd6e6;
}

.tag-count {
  opacity: 0.6;
  font-size: 10px;
}

.tag-category-title {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #8d7c76;
  margin: 5px 0 4px 5px;
  text-transform: lowercase;
  font-family: angel;
  align-self: flex-start;
  text-align: left;
  width: 100%;
}

.tag-category-title::before {
  content: "♡ ";
  opacity: 0.6;
}

.center:has(.section-content:target) .default {
  display: none;
}

.section-content:target {
  display: block;
}

.default {
  display: block;
}

body:not(:has(.section-content:target)) .default {
  display: block;
}

.section-content.active {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2px;
  padding: 10px;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  text-align: left;
  animation: smoothFade 0.4s ease-out forwards;
}

.section-content.default.active {
  flex-direction: column;
}

#buttons:target,
#pngs:target,
#gifs:target,
#stamps:target,
#pixels:target,
#dividers:target,
#laces:target,
#frames:target,
#backgrounds:target,
#danglers:target,
#musicplayers:target,
#codes:target,
#fonts:target,
#blinkies:target,
#badges:target {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2px;
  margin: 2px auto;
  padding: 2px;
  padding-top: 5px;
}

#fonts:target {
  padding-top: 10px;
}

#stamps {
  display: none;
}

.item {
  width: 30px;
  height: auto;
  margin: 3px;
  justify-content: center;
}

.item[data-category="stamps"] {
  width: 75px !important;
  height: auto;
}

.item[data-category="blinkies"] {
  width: 133px !important;
  height: auto;
}

.item[data-category="buttons"] {
  width: 75.5px !important;
  height: auto;
}

.item[data-category="backgrounds"] {
  width: 60px !important;
  height: 60px !important;
  border: 1px solid #ddd;
  border-radius: 10px;
}


img.item[data-category="badges"] {
  height: 19px !important; 
  width: auto !important;
  display: inline-block;
  vertical-align: middle;
}