/* fonts */
@font-face {
  font-family: bebasNeue;
  src: url(fonts/Bebas_Neue/BebasNeue-Regular.ttf);
}

@font-face {
    font-family: workbench;
    src: url(fonts/Workbench/Workbench-Regular-VariableFont_BLED\,SCAN.ttf);
}

/* head body */


header{
    background-color: #4d505e;
    border: white 2px solid;

  
    
}
    

body{
    background-color: slategray;
}



footer{
    display:flex ;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    
    background-color: #4d505e;
    color:white;
    font-family:Arial, Helvetica, sans-serif;
}

footer p{
    padding-top:0%;
    padding-bottom:0%;
    line-height: 0px;
}

footer a{
    color:white;
    text-decoration: none;
}

footer a:hover{
    color:blue;
    text-decoration:double;
}



/* nav */




/* text */


h1{
    color:white;
    text-align: center;
    font-family: bebasNeue;
    font-size:300%
}




