
*{
    text-decoration: none;
    margin: 0%;
    -webkit-text-fill-color: black;
}
body{
    background-image: url(imagesD/grunge-stained-old-paper-texture-130.jpg);
    font-family: 'Colieplay.regular';

}
@font-face {
    font-family: 'Colieplay.regular';     
    src: url('/Fonts/Colieplay-Demo.woff2') format('woff2');     
    src: url('/Fonts/Colieplay-Demo.woff') format('woff');
   
   }

.header{

    max-width:1400px;
    max-height: 250px;
    border-top: black ridge 5px;
    border-bottom: black ridge 5px;
    margin: 50px auto ;
}
.name{
    font-family: "Colieplay.regular";
    font-size: 78px;
    color: black;
}
.sTitle{
    font-family: 'Colieplay.regular';
    font-size: 45px;
    color: black;

}

.navbar{
    width: 1200px;
    max-height: 260px;
    border-top: 3px black ridge;
    border-bottom: 3px black ridge;
    margin: 40px auto;

}
button{
    font-family: 'Colieplay.regular';
    font-size: 35px;
    color:black;
    background:none;
    border: none;
}

.holderA1{
    width: 800px;
    height: 1700px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(9 ,1fr);
    column-gap: 20px;

}
.cntr{
    width: 400px;
    height: 400px; 
   
}
.pbox2{
    min-width: 395px;
    min-height: 385px;
    

    
}

.cbox{
    width: 390px;
    height: 200px;
}
#pb1{
    background-image: url(imagesD/4.jpg);
    width: 380px;
    height: 380px;
    background-size: contain;
    background-repeat: no-repeat;
    
}
#pb2{
    background-image: url(imagesD/6.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    

}
#pb3{
    background-image: url(imagesD/7.jpg);
    background-size: contain;
    background-repeat: no-repeat;
   
}
#pb4{
    background-image: url(imagesD/9.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    
    
}
#pb5{
    background-image: url(imagesD/15.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -50px;


}
#pb6{
    background-image: url(imagesD/16.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
#pb7{
    background-image: url(imagesD/17.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
#pb8{
    background-image: url(imagesD/23.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
#pb9{
    background-image: url(imagesD/27.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
#pb10{
    background-image: url(imagesA/img20230408_19025359.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}




.holderC{
    max-width: 1700px;
    max-height: 4800px;
    border: black 5px ridge;
    margin: 0 auto;
    font-size:35px ;
    padding: 50px;
}

    footer{
    text-align: center;
    margin: 20px;
    font-size: 25px;
}

