    body {
    background-image: url("images/bwkelei.png");  
    background-size: cover;                  
    background-position: center top;             
    background-repeat: no-repeat;  
  }

@font-face {
  font-family: "MyFont";
  src: url("fonts/SplendidB.ttf");
}

h1 {
  font-family: "MyFont"; 
  color: red;
  font-size: 58px
}