
*{
    text-decoration: none;
    box-sizing: border-box;
    
}

body {
    font-family: "Colieplay.Demo";
    background-image: url(images/grunge-stained-old-paper-texture-130.jpg);
    
}
@font-face {
    font-family: "Colieplay.Demo";     
    src: url('/Fonts/Colieplay-Demo.woff2') format('woff2');     
    src: url('/Fonts/Colieplay-Demo.woff') format('woff');
  	src: url('/Fonts/Colieplay-Demo.ttf') formay('ttf');
    src: url('/Fonts/Colieplay-Demo.otf') formay('otf');
   }

.header{
    max-width: 1400px;
    max-height: 650px;
    border-top: black 5px ridge;
    border-bottom: black 5px ridge;
    margin: 50px auto;
}
.name{
    font-family: "Colieplay.Demo";
    font-size: 78px;
    color: black;
}
.title{
    font-family: "Colieplay.Demo";
    font-size: 35px;
    color: black;
    margin-bottom: 20px;

}
.navbar{
    max-width: 1200px;
    max-height: 560px;
    margin: 20px auto;
    border-top: black 5px ridge;
    border-bottom: black 5px ridge;
}
button {
    font-family: "Colieplay.Demo";
    width: fit-content;
    height: 35px;
    font-size: 30px;
    color: black;
    background: none;
    border: none;
    -webkit-text-fill-color: black;
}
.holder{
    max-width: 1200px;
    height: fit-content;
    margin: 20px auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(9, 1fr);
    font-family: 'Times New Roman', Times, serif;
    font-size: 50px;
    gap:5px;
}
.ibox{
    width: 390px;
    height: 600px;
    font-size: 35px;
}

#ib1{
    background-image: url(images/IMG_2478.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    gap: 20px;
  

}
#ib3{
    background-image: url(images/9781786234339_p0_v3_s600x595.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;


}
#ib4 {
    background-image:url(images/thumbnail_3baa3d62-0431-4ce6-949a-74110d57f649.jpg) ;
    background-repeat: no-repeat;
    background-size: cover;
}
#ib6{
    background-image:url(images/thumbnail_3baa3d62-0431-4ce6-949a-74110d57f649.jpg) ;
    background-position: right;
    background-size: cover;
}
#ib7{
    background-image: url(images/img20250108_12034798.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#ib9{
    background-image: url(images/img20250108_12034798.jpg);
    background-size: cover;
}
footer{
    text-align: center;
    font-size: 25px;
}