  <style>
        

        
        h1
        
        {
           font-family: "Agbalumo";
            font-weight: 500;
            font-size: 1.4rem;
            line-height: 0.8rem;
            
        }        


        
        h2
        {
           font-family: "Agbalumo";
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 0.8rem;
            color: #e85959;
            
        }       h3
        {
           font-family: "Sour Gummy";
            font-weight: 500;
            font-size: 1.5rem;
            line-height: 0.8rem;
            text-shadow: 1px 1px 3px #0f0f0f;
            color: #ffffff;
            
        }
        h4
        {
           font-family: "Kiwi Maru";
            font-weight: 500;
            font-size: 1.3rem;
            line-height: 0.01rem;
            
        }
        
        
        
        p {
            
        font-size: initial;
            font-family: "Sour Gummy";
            font-weight: 240;
            font-size: 1.2rem;
            line-height: 1.3rem;
        }
        
        a
        
        {
            color: #ff2f2f;
            font-weight: bold;
            text-decoration: none;
    
        }
        
       
ul {
  list-style-type: none;
  margin-top: 6px;
  padding: 0;
  display: flex;
    margin-left: 40px;

}

ul li {
  float: left;
    text-transform: uppercase;  
  font-family: "DotGothic16", sans-serif;
      letter-spacing: 0.2rem;
    
}

ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 5px 7px;
    margin: 9px;
  text-decoration: none;
    background-color: #fd4d4d;
    border-radius: 8px;

}

ul li a:hover {
  background-color: #e00000;
    border-radius: 8px;
    text-shadow: 2px 2px 3px #7e0000;
}
        
.sour-gummy-<uniquifier> {
  font-family: "Sour Gummy", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
        
        .kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}
.dotgothic16-regular {
  font-family: "DotGothic16", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.knewave-regular {
  font-family: "Knewave", system-ui;
  font-weight: 400;
  font-style: normal;
}
.agbalumo-regular {
  font-family: "Agbalumo", system-ui;
  font-weight: 400;
  font-style: normal;
}
   ::-webkit-scrollbar {
  width: 6px;
            
}

::-webkit-scrollbar-track {
  background-color: transparent;
    border: 1px solid #ff7878;
    border-radius: 5px;
    
}

::-webkit-scrollbar-thumb {
  background-color:#ff7878;
  border-radius: 8px;
   
}

        body {
            background-color: #ffe8e8;
            background-image: url(https://tender-days.nekoweb.org/resources/wataru/bgtest1.png);
                        
        }
    
        .gridcontainertop { 
             max-width: 1200px;
                display: grid;
                justify-content:space-around;
                grid-template-columns: 100px auto auto auto auto;
                grid-template-rows: auto auto auto auto ; /*Make the grid smaller than the container*/
                align-content: center;
                gap: 10px;
              margin:auto;
            margin-top: -160px;
                width:1100px;
                height:950px ;
            padding: 30px;
            background-color: #ffd8d8;
            background-image: url("https://tender-days.nekoweb.org/resources/wataru/redbg.jpg");
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            border: 1px dotted #ff7878;
            border-radius: 22px;
         
                    
            
        }
        
        .gridcontainer { 
             max-width: 980px;
                display: grid;
                justify-content:space-around;
            
                grid-template-columns:  auto auto auto auto;
                grid-template-rows: auto auto auto auto; /*Make the grid smaller than the container*/
          
                gap: 10px;
              margin:35px;
                width:990px;
                height:720px ;
            margin-top: 90px;
            margin-left: -80px;
            padding: 30px;
            background-color: rgba(255, 255, 255, 0.83);
            background-clip: padding-box;
              border:8px solid transparent;
                border-image: url(https://tender-days.nekoweb.org/resources/fr32-014-h.gif) 8 round;
            padding-top: 20px;
            border-image-outset: 20px 0px 0px 0px;
            overflow: scroll;
            overflow-x: hidden;
            
        }
        
        
        .gridcontainer > div {
              background-color: rgb(255, 255, 255);
            border:1px dashed #e37070;
            border-radius: 4px;
            box-shadow: 2px 2px 4px #ffa9a9;
            margin: 50px;
            padding: 30px ;
            margin-left: 40px;
            margin-top: 40px;
            margin-bottom: -18px;
            
            
            
            
            
        }
        
        .feed {
            grid-area: 1 / 1 / 1 / 8 ;
        }
        
        
        
        .profilephotos {
            grid-area: 2 / 1 / 2 / 2 ;
            width: 380px;
            height: 670px;
        }
        
        
        .clips {
  
          grid-area: 2 / 2 / 2 / 4 ;
            width: 400px;
        }
        
        
        .videos {
            
            grid-area: 4 / 1 / 6 / 5 ;
        }
        
        .screenshots {
            
            grid-area: 2/ 1 / 2/ 8 ;              
            
            
            
        }
        
        .menu {
            position: absolute;
            align-content: center;
            width: 964px;
            height: 41px;
            margin-top: 84px;
            margin-left: 37px;
            background-color: rgba(255, 255, 255, 0.75);
            
            
        }
        
        
        .pagetitle{
           position: relative;
      transform: rotate(-3deg);
    text-align: center;
            top:-50px;
    left: -300px;
            font-size: 50px;
            font-family: "Agbalumo";
            font-weight: 100;
            color: #ff1c1c;
            text-shadow: 3px 3px 1px #ff8e8e;
            
            
        }
        
        .shinasai{
            
      position: relative;
      
    text-align: center;
            top:-54px;
    left: 240px;
            font-size: 20px;
            font-family: "Agbalumo";
            font-weight: 100;
            color: #ff3e3e;
        }
        
        .jikoshoukai{ 
            position: relative;
             background-color: #FFF;
            border:1px dotted #d4b6b6;
            box-shadow: 1px 1px 3px rgb(217, 180, 180);
            width: 250px;
            height: 650px;
            margin-left: -340px;
            margin-top: 120px;
            transform: rotate(-2deg);
                padding:20px;
            text-align: center;
                    
            
        }
        
        .jikoshoukai img {
            
           
            margin-bottom: -43px;
        
            
        }
        
        
        .credits {
            position: relative;
            float: left;
            bottom: -842px;   
            margin-left: -260px;
            
        }
        
        .button{
             position: relative;
            float: left;
            bottom: -900px;   
            margin-left: -130px;
        }
        
.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 50%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
        
        .divtitles{
            
            position: relative;
      transform: rotate(-3deg);
    text-align: center;
            margin-top:-60px;
    left: -320px;
            font-size: 40px;
            font-family: "Agbalumo";
            font-weight: 100;
            color: #ff1c1c;
            text-shadow: 2px 2px 1px #ff8e8e;
          
        }




/*
Source - https://stackoverflow.com/a
Posted by ab29007
Retrieved 2025-12-09, License - CC BY-SA 3.0
*/

 /* Style the Image Used to Trigger the Modal */
.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.myImg:hover {transform:rotate(deg);}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(255, 255, 255, 0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #ff8e8e;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}



/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
        
        
        * {
  box-sizing: border-box;
}



/* The grid: Four equal columns that floats next to each other */
.column {
  float: left;
  width: 100%;
  padding: 10px;
}

/* Style the images inside the grid */
.column img {
  opacity: 1; 
  cursor: pointer; 
    
}

.column img:hover {
  opacity: 0.8;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container */
.container {
  position: relative;
  display: none;
}


        
        .splide {
        margin: 0 auto;
      }

      .thumbnails {
        display: flex;
        margin: 1rem auto 0;
        padding: 0;
        justify-content: center;
      }

      .thumbnail {
        width: 70px;
        height: 70px;
        overflow: hidden;
        list-style: none;
        margin: 0 0.2rem;
        cursor: pointer;
        opacity: 0.3;
      }

      .thumbnail.is-active {
        opacity: 1;
      }

      .thumbnail img {
        width: 100%;
        height: auto;
      }
        
    
    </style>