
*{
    box-sizing: border-box;
    margin: none;
    text-decoration: none;
    text-decoration-color: none;
}
    
    body {
        font-family: 'Colieplay.regular';
        background-image: url(/images/grunge-stained-old-paper-texture-130.jpg);
        
    }  
     @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: 1200px;
           max-height: 700px;
           border-top: 5px ridge black;
           border-bottom: 5px ridge black;
           margin: 50px auto;
           
       
       }
       .name{
           font-family: 'Colieplay.regular';
           font-size: 78px;
           color: Black;
           
       }
       .title {
           font-family: 'Colieplay.regular';
           font-size: 50px;
          
       }
     
       button {
            font-family: 'Colieplay.regular';
            width: fit-content;
            font-size: 35px;
            -webkit-text-fill-color: black;
            background: none;
            margin-left: px;
       
           }

           .navbar{
               width: 1200px;
               margin: 0 auto;
               border-top: black 5px ridge;
               border-bottom: black 5px ridge;
           }
           
           .holder {
               display: grid;
               max-width: 1200px;
           
               max-height: 10000px;
               grid-template-columns: repeat(1, 1fr);
               grid-template-rows: repeat(9, 1fr);
               column-gap: 20px;
               row-gap: 20px;
               margin: 50px auto;
            
           }
           
           #gNav1{
               width: 90px;
               margin-right: 10px;
           }
           #gNav2{
               width: 100px;
           }
           #gNav3{
               width: 100px;
               margin-left: 20px;
           }
           
           button{
               height: 50px;
               width: 500px;
               border: none;
               text-align: left;
               font-family: 'Colieplay.regular';
           
           }
           .gBox {
               width: 400px;
               height: 390px;
               box-shadow: 10px 10px 10px black;
           }
           
           
           
              
           #gb4{
               background-image: url();
               background-repeat: no-repeat;
               background-size: cover;
               box-shadow: 10px 10px 10px black ;
               padding-bottom: relative;
           }
           #gb5{
               font-size: 40px;
               font-family: 'Times New Roman', Times, serif;
               box-shadow: 10px 10px 10px black;
               text-align: center;
           
               padding: 10px;
           }
           #gb6{
               
               background-repeat: no-repeat;
               background-size:cover ;
               background-position: right;
               box-shadow: 10px 10px 10px black;
               padding-bottom: relative;
           }
           #gb7 {
               
               background-size: cover;
               background-repeat: no-repeat;
               box-shadow: 10px 10px 10px black;
               padding-bottom: relative;
           }
           #gb8 {
               font-size: 40px;
               font-family: 'Times New Roman', Times, serif;
               box-shadow: 10px 10px 10px black;
               text-align: center;
               margin-top: -10px;
               
           }
           #gb9 {
               display: block;
               background-image: url(/images/img20250108_12034798.jpg);
               background-repeat: no-repeat;
               background-size: cover;
               background-position: bottom left;
               box-shadow: 10px 10px 10px black;
               padding-bottom: relative;
           
           }
           #gbtn1{
               font-size:20px;
           }
           
           #gbtn2{
               font-size:20px;
           }
           }
    

   