html, body {
    height: 100%;
}

body { 
    background-image:url(./images/5.jpg);
    background-size: cover;
    background-position: center;
    display: grid;
    place-content: center;
}

  h1 {
    justify-content:center;
    text-align: center;
    width: 100%;
font-family: "bitcountgridsingle";
color: blue;

 }



 div {justify-content: center;
    text-align: center;
    width: 100%;
font-family: "bitcountgridsingle";
color: blue;}
 
 a { color: rgb(1, 1, 208);}