body {
  background-image: url('fondolaser.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: red;
  color: white;
  font-family: Verdana, sans-serif;
}

@font-face {
  font-family: 'Cyberblast';
  src: url('cyberblast.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-family: 'Cyberblast', sans-serif;
  color: white;
  text-align: left;
  margin-left: 20px;
}
