/* made by @dollzito */

@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");

@font-face {
	font-family: "ROMANTIC";
	src: url("https://dl.dropbox.com/s/xggwcxb6mlf6pwq/ROMANTIC.ttf") format("truetype");
}

@keyframes fadeIn {
  from { opacity: 0; filter: blur(8px); }
  to { opacity: 1; filter: blur(0); }
}

::-webkit-scrollbar {
width: 0;
background: transparent;
}

::-webkit-scrollbar-thumb {
background: transparent;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	width: 100vw;
	height: 100vh;
	font-family: "Kosugi Maru";
	background-image: radial-gradient(circle, #ffffff, #fff2f9);
	display: flex;
	align-items: center;
	justify-content: center;
}

#main {
  animation: fadeIn 1.5s ease forwards;
}

#top {
  display: flex;
  margin-bottom: 8px;
}

#container {
	width: 16rem;
	background-image: linear-gradient(0deg, #ffffff 0%, #ffe8f5 100%);
	border: 1px solid #999999;
	border-radius: 0 10px 10px 10px;
	box-shadow: inset 10px 0px 6px -10px #cfcfcf, inset -10px 0px 6px -10px #cfcfcf, inset 0px 10px 6px -10px #ffffff, inset 0px -10px 6px -10px #cfcfcf;
	padding: 1rem;
}

#title {
	color: #f0a5cd;
	font-size: 2.2rem;
	font-family: "ROMANTIC";
	text-align: center;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff, 0 0;
	-webkit-filter: drop-shadow(0px 0px 1px #fff);
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 232, 245, 1) 50%, rgba(255, 255, 255, 1) 100%);
	border-radius: 90%;
	border: 1px solid #fff;
	z-index: 10;
}

#girly {
	width: 100%;
	height: 8rem;
	object-fit: cover;
	-webkit-mask-image: url("https://i.ibb.co/JjDXBPr/ED5929-CE-1-D66-4-EC4-8-F8-A-14792-D8-F2384.png");
	-webkit-mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	margin-bottom: 8px;
}

#scrollbox {
	font-size: 12px;
	line-height: 1.3;
	height: 11em;
	background: #fff;
	border: 1px solid #999;
	border-radius: 10px;
	padding: 10px;
	overflow-y: scroll;
}

mark {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-shadow: -0.8px 0 black, 0 0.8px black, 0.8px 0 black, 0 -0.8px black;
	background: linear-gradient(90deg, rgba(255, 232, 245, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 232, 245, 1) 100%);
	border-radius: 6px 6px 6px 0;
	border: 1px solid #999;
	padding: 3px;
}

a {
  color: #000000;
  text-decoration-style: dotted;
}

a:hover {
  color: #f0a5cd;
  text-decoration: none;
}

/* MUSIC PLAYER BY GLENTHEMES */
#glenplayer02 {
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 99;
}

#glenplayer02 a {
  text-decoration: none;
}

.sonata {
  color: #999;
  font-size: 12px;
  background: #ffe8f5;
  border: 1px solid #999;
  border-radius: 90%;
  padding: 3.5px 4.5px;
  cursor: pointer;
}

.playy,
.pausee {
  background: #ffe8f5;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #999;
  font-size: 20px;
  color: #ffffff;
  position: relative;
  top: 0.5px;
  cursor: pointer;
}

.pausee {
  display: none;
}

.labeltext {
  background: #ffe8f5;
  border: 1px solid #999;
  border-radius: 90%;
  color: #999;
  font-size: 10px;
  padding: 3.9px 3.5px;
  cursor: pointer;
}