

        body {
            margin: 0;
            padding: 0;

            overflow: hidden;
            background: url('https://owofox.neocities.org/pngs/STARS.gif') repeat;
            color: #fff;
            animation: bg-scrolling 60s linear infinite;
        }



#container {  
                margin: auto;
               display: flex;
              justify-content: center;
              max-width: 1100px;
            }


  .main {
  display: flex;
  flex-direction: column;
  width: 900px;
  display: flex;
  background-color:#231259;
  color: white;
  padding: 5px 5px 5px 5px;
}

h1,
 h2,
  h3 {
  font-family: "Press Start 2P", sans-serif;
  

}






#webmaster{
  display: flex;
  background-color:#3BFC26;
    color: white; 
    margin-bottom: 5px;
  
}



#pic{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color:#5ECFE0;
}

.styling{
   border-style: solid;
  border-color: #403D8A;
   border-radius: 20px;
  
     background: url('https://owofox.neocities.org/pngs/STARS.gif') repeat;
            color: #fff;
            animation: bg-scrolling 10s linear infinite;
  }



#about{
  width: 100%;
  
  padding: 0px 5px 5px 5px;
  
  background-color:#E05E88;
    color: white;
}

.markee {
            display: flex;
            padding: 100%;
            margin: 5 0;
            justify-content: center;;
        }

    .marqueecontainer {
            width: 100%;
            overflow: hidden;
      
}

& .scroller {
    gap: 5px;
    width: fit-content;
    min-width: auto;
    display: flex;
    padding-left: 100%;
    flex-direction: row;
    animation: horizMarquee 30s linear infinite;
  }

 @keyframes horizMarquee {
            100% {
            transform: translate(-100%, 0);
            }
        }

#site{
display: flex;
margin-top: 5px;
  
}

#links{
 display: flex;
 justify-content: center;
  align-items: center;
 flex-direction: column;
  
 width: 250px;
 height: 100%;

 image-rendering: pixelated;

  
      background: url('https://owofox.neocities.org/pngs/STARS.gif') repeat;
            color: #fff;
            animation: bg-scrolling 10s linear infinite;
}

        @keyframes bg-scrolling {
            from {background-position: 0 0;}
              to {background-position: 100% 100%;}
  
          
          