html {
    margin:0;
}

body {
  /* Zet de background op de body zelf */
  background-image: url("./giphy.gif");
  background-size: cover;
  background-repeat: no-repeat;

  /* Zet de hele body scherm groote */
  height: 100vh;
  width: 100vw;
}

h1 {
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
  
}

h2 {
  font-family: monospace;
  text-align: center;

}


#footer {
color: white;
text-align: center;

}
