

body {
  font-family: "Gaegu", sans-serif;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  background-image: url(images/glittrstarz.gif);
  background-color: #ffa4df;
  max-width: 1000px;
  margin: auto;
  cursor: url(images/pawcursor.png) 00 00, auto !important;
}

::-webkit-scrollbar {
  display: none; 
}


.container2 {  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "header marquee marquee"
    "header marquee marquee"
    "header marquee marquee";
place-items: center

  }

.header { grid-area: header; }

.marquee { grid-area: marquee; }



.headerbox { 
  font-family: "Cherry Bomb One", system-ui;
  font-size: 50px;
  width: 300px;
  background-image: url(images/funcolor.gif);
  border: 4px dashed #b65dff;
  outline: 6px solid #53c3ff;
  outline-offset: 0px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
  padding-bottom: 10px;
  -webkit-text-stroke: 2px #ff2386;
}

.stamp {
  width: 99px;
}

.marqueebox {
  margin-top: 10px;
  margin-left: 10px;
  border: double 5px transparent;
  border-radius: 15px;
  background-image: url(images/checkbg.gif), linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.marqueee { 
  grid-area: marquee;
  max-width: 100%;
  height: auto;
  background: var(--main);
  border: 5px ridge var(--accent1);
  border-radius: 20px;
  padding: 5px; 
  padding: 5px; 
  --gap: 1rem;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}
.marquee-track{
  height: auto;
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
  animation: marquee 10s linear infinite;
}
.marquee:hover div {
  animation-play-state: paused;
}
@keyframes marquee {from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
}}


.navigation {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  padding: 10px;
}

a {
  text-decoration: none;
  cursor: url(images/pawcursorpoint.png) 00 00, pointer !important;
  color: #8345e1;;
}

a:hover {
  color: #ff7dbc;
}

.buttonmove:hover {
  transform: scale(1.08);
  color: #ffffff;
}

.button1 {
  display:inline-block;
  transition: all 0.2s ease;
  background-color: #ff8181;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 15px;
  border: 5px solid #ff5050;
  cursor: pointer;
  font-size: 18px;
}


.button2 {
  display:inline-block;
  transition: all 0.2s ease;
  background-color: #ffda69;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 15px;
  border: 5px solid #fdc22d;
  cursor: pointer;
  font-size: 18px;
}

.button3 {
  display:inline-block;
  transition: all 0.2s ease;
  background-color: #84ec87;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 15px;
  border: 5px solid #3ecd75;
  cursor: pointer;
  font-size: 18px;
}

.button4 {
  display:inline-block;
  transition: all 0.2s ease;
  background-color: #6fcaff;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 15px;
  border: 5px solid #5699ff;
  cursor: pointer;
  font-size: 18px;
}

.button5 {
  display:inline-block;
  transition: all 0.2s ease;
  background-color: #bf9dff;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 15px;
  border: 5px solid #9b65ff;
  cursor: pointer;
  font-size: 18px;
}

.button6 {
  display:inline-block;
  transition: all 0.2s ease;
  background-color: #ff95d3;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 15px;
  border: 5px solid #ff64be;
  cursor: pointer;
  font-size: 18px;
}


.container {  
  display: grid;
  grid-template-columns: 0.5fr 2fr 0.5fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0px 10px;
  grid-auto-flow: row;
  grid-template-areas:
    "leftsidebar main rightsidebar"
    "leftsidebar main rightsidebar"
    "leftsidebar main rightsidebar";

    height: 70vh;

    border-image: url(images/border.png) 8 fill round;
    border-style: solid;
    border-width: 20px;
    
}

.leftsidebar { 
  grid-area: leftsidebar; 
  border: double 5px transparent;
  border-radius: 15px;
  background-image: url(images/colorful.gif), linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  overflow: scroll;

}

.main { 
  grid-area: main; 
  text-align: center;
  color: #8345e1;
  background-image: url(images/bgfancy.jpg);
  background-color: #ffffff;
  outline: 6px dotted #ffbadc;
  border: 6px solid #ff7dbc;
  border-radius: 25px;
  overflow: scroll;

}

.rightsidebar { 
  grid-area: rightsidebar; 
  border: double 5px transparent;
  border-radius: 15px;
  background-image: url(images/colorful.gif), linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  overflow: scroll;
}

.footer { 
  background-image: url(../Images/funcolor.gif);
  background-size: contain;
  border: 5px solid #ff7dbc;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  margin-top: 15px;
  text-align: center;
  
}

.box {
  background-color: #ffffff;
  border: 3px solid #ff7dbc;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 5%;
  margin: 5%;
  text-align: center;
  overflow: auto;

}

.boxfriends {
  background-color: #ffffff;
  border: 3px solid #ff7dbc;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 5%;
  margin: 5%;
  text-align: center;
  overflow: scroll;
  height: 8.5rem;
}

.boxbttn {
  background-color: #ffffff;
  border: 3px solid #ff7dbc;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 5%;
  margin: 5%;
  text-align: center;
  overflow: scroll;
  height: 7rem;
}

.boxme {
  background-color: #ffffff;
  border: 3px solid #ff7dbc;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 5%;
  margin: 5%;
  text-align: center;
  height: 175px;
}

.boxwebrings {
  background-color: #ffffff;
  border: 3px solid #ff7dbc;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 5%;
  margin: 5%;
  text-align: center;
  overflow: auto;
  height: 115px;
}

.guts {
width: 90%;
border-radius: 60px;
border: 4px dotted #be4dff;
}

.welcomedog {
width: 95%;
padding: 10px;
}

.pixl {
height: 15px;
}

.colorbox {
  text-align: center;
  color: #8345e1;
  background-image: url(images/rbbg.gif);
  background-color: #ffffff;
  border: 2px solid #ff7dbc;
  border-left: none;
  border-right: none;
}

p {
  color: #8345e1;
}

b {
  color: #eb12c0;
  
}

h4 {
 color: #8345e1;
 margin: 5px;
}

summary::marker {
  content: "";
}

.recent-played {
font-size: 14px;
margin-top: 0px;
}
.recent-played-track {
font-size: 14px;
margin-top: 0px;
}
    