.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  animation: scroll 10s linear infinite;
}
@keyframes scroll {
  from { transform: translateX(100%); }
  to { transform: translateX(-100%); }
}

body {
  background-image: url("/pageback/greencheck.gif");
  font-family: ms ui gothic;
  font-weight: 400;
  font-style: normal;
}

html {
  cursor: url("leafcursor.gif"), auto; /* Replace 'custom-cursor.png' with your image file */
}

a {
      cursor: url("bellcursor.gif"), auto; /* Replace 'custom-cursor.png' with your image file */
      text-decoration: none;
      color: #471A3B;
    }
                a:hover{
                  color: #FF1FA3;
                }
                
                
                
                
.lace {
  border: 15px solid transparent;
  border-image: url("https://foollovers.com/mat/i-foods/k03-icon-cookie.gif") 6.5 fill round;
  max-width: 960px;
  margin: 0 auto; 
  box-sizing: border-box;
}


.siteHeader {
  width: 100%;
  height: 300px; /* adjust to taste! */
  border: 3px solid #d4a5c7;
  margin-bottom: 8px;
  background-image: url('https://file.garden/abXNJ_VUVRIcq8bX/tomodachi%20life/Tomodachi%20Life_%20Living%20the%20Dream/2026050821592400_s.jpg');
  background-size: cover;    /* fills space, crops edges if needed */
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.headerContent {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.headImg {
  width: 100%;      /* fills the header width */
  height: auto;     /* ✨ locks aspect ratio — no squish! */
  display: block;   /* removes tiny bottom gap from inline images */
}

.headTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding:0;
  letter-spacing: 2px;
  font-family: "Jacquard 12", system-ui;
  font-weight: 400;
  font-style: normal;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5); 
  color: #C9007E;
}






