*{
    margin: none;
    box-sizing: border-box;
  	text-decoration:none;
    
    
}
body{
    background-image: url(/Book/bookimages/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: 1400px;
    max-height: 400px;
    border-top:black 5px ridge ;
    border-bottom:black 5px ridge ;
    margin: 50px auto;
}
.name{
    font-family: "Colieplay.regular";
    font-size: 80px;
}
.sTitle{
    font-family: "Colieplay.regular";
    font-size: 40px;
}
.navbar{
    width: 1400px;
    height: fit-content;
    margin: 0 auto;
    border-top: black 5px ridge;
    border-bottom: black 5px ridge;
    text-decoration: none;
}
button{
    font-family:"Colieplay.regular";
    font-size: 35px;
    text-decoration: none;
    background: none;
    border: none;
     -webkit-text-fill-color: black;

}
.holder{
    height: 800px;
    max-width:1200px;
    margin: 50px auto;
    background-image: url(/book/bookimages/back-cover-final\ 2\ \(1\).jpg);
    background-size: contain;
    background-repeat: no-repeat;}

.holder2{
    max-width: 1200px;
    min-width: 380px;
    height: 700px;
    border: 5px black ridge;
    margin: 50px auto;
    padding: 50px;
    font-size: 40px;
}

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