/* 
?
*/
html {
  background-image: url('/floppa.png'); 
  background-repeat: no-repeat; 
  background-attachment: fixed; 
  background-size: cover; 
  margin: 20px;
}
body {
  font: Tahoma;
  text-align: center;
  align-items: center;
  color: white;
  font-family: Arial;
  text-shadow: 1px 2px black;
}