*{
    box-sizing: border-box;
    margin: none;
    text-decoration: none;
    -webkit-text-fill-color: black;
}

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');
    src: url('Fonts/Colieplay-Demo.ttf') format('ttf');
    src: url('Fonts/Colieplay-Demo.otf') format('otf');
   
   }
.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{
    max-width: 1200px;
    margin: 0 auto;

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


}
.holder{
    max-width: 1200px;
    height: 500px;
    font-size: 25px;
    padding: 50px;
    margin: 50px auto;

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