:root{
	--white-texture: var(--white) url("/background/texture/white2.png");
	--yellow-texture: var(--yellow) url("/background/texture/yellow2.png");
	--blue2-texture: var(--blue) url("/background/texture/blue2.png");
   --white: #FFF9DE;
   --white2: #fffdf1;
   --yellow: #F4C454;
   --yellow2: #e3ac2c;
   --blue2: #5B76B7;
   --black: #4a3524;
   --shadow-color: 32deg 40% 55%;
   
   --background: url("/background/08.png");
   --icon: url("./april_icon.jpg") / "";
   --h2-img: url("/stickers/cutie/2_summer/F02_A.png");

   --back-arrow: url("/assets/pixel/navi/baby_01_back.gif");
   --home: url("/assets/pixel/navi/home_cloud.gif");
   --next-arrow: url("/assets/pixel/navi/baby_01_next.gif");

   --icon-border: var(--yellow2);

	--link: var(--orange);
	--link-hover: var(--blue2);

	--table-container-bg: var(--blue2-texture);
   --table-container-border: var(--blue2);
	--table-bg: var(--blue-texture);
	--table-cell-border: var(--blue2);
	--table-notes-border: var(--blue2);

   --heartbeat: var(--red); /* beating heart in header */
	--heartcute: var(--yellow); /* hearts in happiness table */
}

a#return{
   width: 16%;
}

h2::after{
   transform: scaleY(-1);
   background-position: top;
}