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

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



 .header{
    color: aliceblue;
    text-align: center;
    margin-bottom: 50px;
    font-size: 70px;
   font-family:'Colieplay.regular';
}

.holder{
    max-width: 1200px;
    font-size: 40px;
    margin: 0 auto;
    color: aliceblue;
}
.space{
   height: 600px;
   
}
button{
   font-family:'Colieplay.regular';
   font-size: 25px;
   width: fit-content;
   background: none;
   border: none;
   -webkit-text-fill-color: black;
}

