
/* Huvud sidan body */

    body
      {
      margin: 0;
      padding: 0;
      background-image: url(bakgrund.webp);
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: fixed;
      background-color: #000000;
      color: #555;
      font: 12px/160% Arial, Verdana, sans-serif;
      text-align: left;
      }

    div
      {
      color: #FFFFFF;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      }

    h1
      {
      font-size: 40px;
      text-shadow: 5px 5px #555;
      }

    h1 a
      {
      color: #FFFFFF;
      text-decoration: none;
      }

    p
      {
      font-size: 20px;
      }
