:root{
   --shadow-color: 332deg 28% 61%;
	--scrollbar-thumb: var(--red-texture);
   --red2: hsl(1, 70%, 57%);
}

body{
   background-color: var(--pink-bg);
   background-image: url("/background/24.png");
      background-size: auto;
}

a{
   color: var(--red2);
}

a:hover{
   color: var(--black);
}

h2:nth-of-type(odd):before, h2:nth-of-type(even):after{
	background-image: url("/stickers/cutie/3_autumn/I13.png");
}

h2:nth-of-type(odd):after, h2:nth-of-type(even):before{
	background-image: url("/stickers/cutie/3_autumn/I12.png");
}

h3:nth-of-type(odd):before{
	background-image: url("/stickers/cutie/3_autumn/J08.png");
}

h3:nth-of-type(even):before{
	background-image: url("/stickers/cutie/3_autumn/J06.png");
   transform: translateY(0.4em);
}

li > details, li > details ul{
   margin-top: 0.5em;
}

li ul{
   list-style: inside circle;
   max-width: 45ch;
}

li > details b{
   margin: 0.5em auto;
   display: inline-block;
}

details ul:last-child{
   margin-bottom: 1em;
}

iframe{
   border-color: var(--red);
}