

body {
  background-image: url(https://heartdecal.neocities.org/images/blueplaidbg.jpg);
  color: black;
  font-family: "Schoolbell", cursive;
  position: relative
}

h1 {text-align: center;}
p {text-align: center;}
@font-face {
  font-family: 'CuteCat';
  src: url('CuteCat.woff2') format('woff2'),
       url('CuteCat.woff') format('woff');
}

.henny-penny-regular {
  font-family: "Henny Penny", cursive;
  font-weight: 400;
  font-style: normal;
}

h1 {
font-family: "Henny Penny", cursive;
font-size: 85px;
}

p {
  font-size: 20px; 
  color: #445f61;
  font-family: "Sunshiney", cursive;
  margin: 0.15em 0;
}

.schoolbell-regular {
  font-family: "Schoolbell", cursive;
  font-weight: 400;
  font-style: normal;
}

.sunshiney-regular {
  font-family: "Sunshiney", cursive;
  font-weight: 400;
  font-style: normal;
}

.site wrapper {
position: relative
}

.container {
  display: grid;
  grid-template-areas:
    "header header header" 
    "sidebar main right"  
    "footer footer footer";
	grid-template-columns: minmax(200px, 0.75fr) 2fr minmax(150px, 0.75fr);
  grid-gap: 0;   
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  border: 20px solid transparent;
  border-image-width: 60px;
  border-image: url(https://heartdecal.neocities.org/images/mainblueborder.png) 42 42 round;
  position: relative;
}

header, aside, main, right-aside, footer {
  padding: 5px;
  background-color: white;
  border: 1px solid black;
  border-radius: 0;
  box-shadow: 0 0 5px;
}

header { grid-area: header; }
aside { grid-area: sidebar; }
main { grid-area: main; }
footer { grid-area: footer; }

header {
  grid-area: header;
  padding: 0;
  background-image: url(https://heartdecal.neocities.org/images/angels-header.jpg);
  background-size: cover;       
  background-position: center;   
  background-repeat: no-repeat;  
  color: white;                  
  height: 200px;
  position: relative;
}

.site-title {
  position: absolute;
  pointer-events: none;
  height: auto;
  top: 60px;
  left: 4%;
  z-index: 999;
  font-size: 100px;
  color: #5b9098;
    text-shadow:
    0 0 5px #b4e0ec,
    0 0 10px #b4e0ec,
    0 0 20px #b4e0ec,
    0 0 40px #b4e0ec,
    0 0 80px #b4e0ec;
}

.layout-wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 6rem;
}


.header-chiikawa img {
  position: absolute;
  top: -10px;
  left: 70%;
  transform: translateX(-60%);
  width: clamp(300px, 10vw, 100px);
  height: auto;
}

@keyframes float {
  0% { transform: translateY(0); }
  50% {transform: translateY(-10px) }
  100% {transform: translateY(0) }
}

@keyframes rotate {
  0% {transform: rotate(3deg) }
  50% {transform: rotate(3deg) }
  51% {transform: rotate(-3deg) }
  100% {transform: rotate(-3deg) }
}

.rotating {
  animation: rotate 0.7s infinite;
}

.floating {
  animation: float 2s ease-in-out infinite;
}

.float-delay {
  animation-delay: 1s;
}

.scottie-sidebar {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
  margin-left: 45px;
}

.navigation {
  display: flex;
  justify-content: center;
  gap: 10px;
  color: #67B5BD;
  height: 100%;
  margin-right: 13px;
  margin-top: 5px;
}

.nav-list {
  list-style: none;
  padding: 0%;
  margin-left: 20px;
  margin-top: -5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.nav-list li {
position: relative;
padding-left: 28px;
}

.nav-list li:nth-child(1)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  background-image: url('https://heartdecal.neocities.org/images/lilyfavicon.webp');
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-list li:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  background-image: url('https://heartdecal.neocities.org/images/littleguyfavicon.webp');
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-list li:nth-child(3)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  background-image: url('https://heartdecal.neocities.org/images/blueswirlfavicon.webp');
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-list li:nth-child(4)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  background-image: url('https://heartdecal.neocities.org/images/dsfavicon.gif');
  background-size: contain;
  background-repeat: no-repeat;
}
.nav-list li:nth-child(5)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  background-image: url('https://heartdecal.neocities.org/images/mousefavicon.webp');
  background-size: contain;
  background-repeat: no-repeat;
}
.nav-list li:nth-child(6)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  background-image: url('https://heartdecal.neocities.org/images/wingsfavicon.webp');
  background-size: contain;
  background-repeat: no-repeat;
}

a {
  color: #4f9da5;
  text-decoration: underline;
  transition: all 0.3s ease;
  display: inline-block;
}

a:hover {
  color: #8febe4;
  transform: scale(1.05);
}

img {
  transition: 0.3s ease, filter 0.3s ease;
  display: block;
  cursor: pointer;
  position: relative;
}

img:hover {
  transform: rotate(2deg);
}
  
  
aside {
  margin: 0;
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background: linear-gradient(to bottom, #ffffff, #c4faff)
}

.memopad-title {
  position: relative;
  top: 40px; 
  right: 70px;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;

  font-family: "Schoolbell", cursive;
  background: linear-gradient(#86f9f0, #386592);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 30px;
  -webkit-text-stroke: 0.5px #445f61;
  text-shadow:
    0 0 5px #56999c,
    0 0 10px #bde1e3,
    0 0 20px #bde1e3,
    0 0 40px #bde1e3,
    0 0 80px #bde1e3;
}

.updatesbox {
  position: absolute;
  top: 210px;
  left: 1060px;
  height: 240px;
  width: 320px;
  overflow-y: auto;
  padding: 0;
  font-size: 16px;
  border: 2px dashed #386592;
  background-image: url(https://heartdecal.neocities.org/images/updatesmemopad.jpg);
  background-size: 100%;
}

.updatesbox li {
  margin-top: 25px;
  font-family: "CuteCat";
  line-height: 20px;
  margin-right: 40px;
  padding-bottom: 20px;
  color :#4d728f;
  border-bottom: 2px dashed rgb(104, 104, 162);
    text-shadow:
  0 0 2px #ffffff,
  0 0 4px #ffffff,
  0 0 6px #ffffff,
  0 0 10px #ffffff,
  0 0 20px #ffffff,
  0 0 30px #ffffff,
  0 0 40px #ffffff;
  list-style-image: url(https://heartdecal.neocities.org/images/computerfavicon.webp)
}

.thumbtack {
  position: absolute;
  z-index: 10;
  transform: rotate(50deg);
  top: 150px;
  width: 210px;
  left: 1220px;
}

.imood {
  display: flex;
  width: 100px;
  height: 15px;
  position: absolute;
  pointer-events: none;
  top: 192px;
  left: 60px;
  font-family :Arial, Helvetica, sans-serif;
  color: #335f7a;
  font-size: 15px;
  gap: 10px;
}

.imood img {
  transform: scale(1.2);
}

.right-aside {
  display: flex;
  grid-area: right;
  background-image: url(https://heartdecal.neocities.org/images/rightasidebg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 300px;
  height: auto;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0;
}
.guestbook {
  border: 2px solid;
  background-color: #ffffff;
  padding: 0px;
}

iframe {
  width: 100%;
  height: 100px;
  border: none;
}

.swirl-divider {
    width: 100%;
  background-image: url(https://heartdecal.neocities.org/images/blueglitterdivider.webp);
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 30px;
}

.rainy-divider {
  width: 100%;
  background-image: url(https://heartdecal.neocities.org/images/rainydivider.webp);
  background-repeat: repeat-x;
  background-size: auto 100%;
  margin-bottom: 5px;
  margin-top: 5px;
  height: 20px;
}

.swirl-divider:hover {
  transform: none;
}

.main-image {
  height: 200px;
  width: auto;
  border: none;
}

.glitterlps {
  height: 85px;
  width: auto;
  margin-left: 15px;
  margin-bottom: 10px;
}

.site-intro-text {
background-image: url(https://heartdecal.neocities.org/images/polkadotsbg.jpg);
background-size: 500px;
align-items: center;
margin-bottom: 22px;
justify-content: center;
box-shadow:
  0 0 2px  #b4e0ec ,
    0 0 2px  #b4e0ec,
    0 0 5px  #b4e0ec,
    0 0 10px  #b4e0ec,
    0 0 20px  #b4e0ec;
    padding: 5px;
    width: 600px;
    color:   #4f3b2b;
    height: auto;
}

.main-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 50px;
  margin-top: 5px;
}

main {
  display: grid;
}

.stamps {
  display: flex;
  gap: 4px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  flex-wrap: wrap;
  flex-direction: column;
}

.right-column,
.middle-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.left-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0px;
}

.stamps img {
  width: 80px;
  height: auto;
}

.stamps img:hover {
  transform: none;
}

.main-sub-wrapper {
  display: flex;
  gap: 15px;
}

.currently-box {
background-color: white;
width: 300px;
height: 200px;
overflow-y: hidden;
position: relative;
border: 1px solid #5b9098;
box-shadow:
  0 0 2px  #b4e0ec ,
    0 0 2px  #b4e0ec,
    0 0 5px  #b4e0ec,
    0 0 10px  #b4e0ec,
    0 0 20px  #b4e0ec;
}

.imood {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 15px;
  pointer-events: none;
  font-family :Arial, Helvetica, sans-serif;
  color: #335f7a;
  font-size: 15px;
  gap: 5px;
  top: 0px;
  margin-left: 70px;
  position: relative;
}

.imood p {
font-size: 22px;
font-family: "Sunshiney";
}

.imood img {
  transform: scale(1.2);
  margin-left: 55px;
}

.currently-contents {
  height: 100%;
overflow-y: auto;
padding-top: 35px;
box-sizing: border-box;
line-height: 20px;
 padding-bottom: 20px;
}

.currently-box mark {
  background-color: transparent;
  color:#c48383;
  font-size: 18px;
  margin-left: 40px;
  font-family: "Sunshiney";
}

.currently-box p {
  margin-left: 30px;
  margin-top: 5px;
  text-align: left;
  font-size: 22px;
  font-family: "Sunshiney";
}

.currently-title {
  position: absolute;
  bottom: 150px;
  left: 90px;
  height: auto;
  z-index: 2;
}

.currently-title h3 {
  top: -20px;
  left: 25px;
 position: absolute;
  transform: rotate(-17deg);
  color:#386592;
  font-family: "Schoolbell";
  font-size: 30px;
    background: linear-gradient(#7cc9c2, #386592);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  size: 30px;
  -webkit-text-stroke: 0.3px #445f61;
  text-shadow:
    0 0 5px #bde1e3,
    0 0 10px #bde1e3,
    0 0 20px #bde1e3,
    0 0 40px #bde1e3,
    0 0 80px #bde1e3;
}

.currently-title img {
  width: 175px;
  height: auto;
  display: block;
  transform: rotate(-15deg);
}

.statuscafe-box {
padding: 10px;
background-image: url(https://heartdecal.neocities.org/images/statusbg.jpg);
background-size: cover;
margin-left: 5px;
width: 220px;
height: 40px;
border: 1px solid #5b9098;
box-shadow:
  0 0 2px  #b4e0ec ,
    0 0 2px  #b4e0ec,
    0 0 5px  #b4e0ec,
    0 0 10px  #b4e0ec,
    0 0 20px  #b4e0ec;
}








.lilychouchou {
  max-width: 190px;
  height: auto;
  pointer-events: none;
  margin-bottom: 100px;
}

.left-aside-headtext {
  font-family: "Sunshiney";
margin-bottom: 10px;
}

footer {
  background-color:#ebfbff
}

.footer-scroll-text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
 box-sizing: border-box;
}

.footer-scroll-text p {
  display: inline-block;
  padding-left: 100%;
animation: scroll-left 10s linear infinite;
font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
color:#67B5BD;
line-height: 10px;
}

.footer-scroll-text .icon {
vertical-align: middle;
width: 20px;
height: 20px;
margin-left: 5px;
display: inline-block;
}

@keyframes scroll-left {
  0% {
  transform: translateX(0%);
}
100% {
  transform: translateX(-100%)
}









