
:root {
  color-scheme: dark;
  --background: #f8c8dc;
  --modal_background: #c49eae;
  --item_background: #b38f9d;
  --icon: #665159;
  --icon_hover: #33282c;
  --warn: #db5f6e;
  --filter: invert(32%) sepia(13%) saturate(630%) hue-rotate(286deg) brightness(95%) contrast(85%);
}

body {
  background-color: var(--background);
  font-family: TF2Secondary;
  background-image: url("./pou.png");
  background-repeat: repeat;
  background-size: 5%; /* Adjust the percentage to your preference */
}

#main {
  background-color: var(--modal_background);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  max-height: 750px;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  overflow: hidden;
  padding: 5px;
}

#top_side {
  position: relative;
  border-radius: 8px;
}

#bottom_side {
  position: relative;
  border-radius: 8px;
  display: flex;
  margin-top: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  height: calc(100% - 378px);
  gap: 5px;

}

#pfp_link {
  width: 190px;
  height: 190px;
  position: relative;
  border-radius: 8px;
  padding: 5px;
  margin-top: -160px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-color: var(--item_background);
}

#twitter_banner {
  width: 100%;
  border-radius: 8px;
  background-color: var(--background);
  height: 220px;
}

#name {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--icon);
  height: 40px;
}

#twitter_name {
  font-size: 40px;
  margin-top: 0px;
  margin-bottom: 10px;
  color: var(--icon);
  text-decoration: none !important;
  transition: 0.3s;
  cursor: pointer;
  font-family: tf2build;
  text-align: center;
  height: 43px;
}

#twitter_name:hover {color:var(--icon_hover) !important}

#bottom_wrapper_left {
  overflow: hidden;
  width: 50%;
}

#bottom_wrapper_right {
  scrollbar-width: none;
  width: 50%;
}
  
#about {
  background-color: var(--item_background);
  font-size: 30px;
  height: calc(100% - 50px);
  padding: 5px;
  border-radius: 8px;
  width: calc(100% - 10px);
  overflow-y: scroll;
}

.block_text {
  background-color: var(--icon);
  width: calc(100% - 10px);
  height: fit-content;
  padding: 5px;
  border-radius: 8px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 24px;
  font-family: tf2build;
}

#commission_back {
  background-color: var(--icon_hover);
  float: right;
  font-family: tf2build;
  width: fit-content;
  padding: 5px;
  border-radius: 8px;
  font-size: 19px;
  margin-right: 4px;
  margin-top: -38px;
  cursor: pointer;
  opacity: 0;
  display: none;
  transition: 0.3s;
}

#commissions {
  text-align: left;
  font-size: 20px;
  height: fit-content;
  background-color: var(--item_background);
  padding: 5px;
  border-radius: 8px;
  width: calc(100% - 10px);
  height: calc(100% - 50px);
}

#twitter_pfp {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: 1;
  position: relative;
  background-color: var(--background);;
}

#commission_banner {
  border-radius: 8px;
  z-index: 1;
  width: 100%;
  height: calc(100% - 1px);
  position: relative;
  background-color: var(--background);
  overflow: hidden;
}

.commission_banner {
  border-radius: 8px;
  z-index: 1;
  width: calc(100% + 28.5px);
  height: calc(100% - 58px);
  position: relative;
  background-color: var(--background);
}

.prices {
  font-size: 24px;
  font-family: tf2build;
  margin-top: -0px;
  text-align: center;
  background-color: var(--icon);
  width: calc(100% + 28.5px);
  border-radius: 8px;
}

#commission_full_banners {
  height: 100%;
  width: 100%;
  transition: 0.3s;
}

#commission_full_banners_inner {
  border-radius: 8px;
  gap: 33.5px;
  width: 100%;
  display: flex;
}

#commission_banner_text {
  position: absolute;
  top: calc(50% + 20px);
  left: 75%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: var(--icon);
  font-family: tf2build;
  overflow: hidden;
  z-index: 2;
  width: calc(50% - 13px);
  margin-left: 2px;
  text-align: center;
  cursor: pointer;
}

.twitter_image {
  width: 350px;
  border-radius: 8px;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: 0.3s;
}

#twitter_images {
  overflow: hidden;
  opacity: 0.31;
  transition: 0.3s;
  display: grid;
  margin-top: -30px;
}

#twitter_images_still {
  transition: 0.3s;
}

#twitter_images_still_wrapper {
  height: 350px;
  width: 350px;
  margin-left: -30px;
  transform: rotate(10deg);
  transition: 0.3s;
}

@keyframes images_move {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(calc(-100% + 375px));
  }
  100% {
    transform: translateY(0px);
  }

}


a {color:var(--icon);text-decoration: none;-webkit-tap-highlight-color: transparent;}
a:hover {color:var(--icon_hover) !important;}
.flag-emojis {height: 24px;margin-bottom: -3px;}
#link:hover {color: var(--text);text-decoration: none;}
#link {transition: 0.15s;}
.divider {width: 100%;height: 3px;background-color:  var(--icon);margin-top: 4px;margin-bottom: 4px;}
