@font-face {
  font-family: 'AlbertusNovaBlack';
  src: url('/albertusnovablack.otf') format('opentype');
}
body {
  background-image: url('/DSCN7616.JPG');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;

  color: white;
  font-family: 'AlbertusNovaBlack', Verdana, sans-serif;
  text-align: center;
}