@font-face {
    src: url(font/superstar.ttf);
    font-family: superstar;
  }
  
  @font-face {
    src: url(font/joystix_monospace.ttf);
    font-family: Joystrix;
  }
  
  html {
    background-color: black;
  }
  
  body {
    margin: 0 0;
  }
  
  
  header a {
    font-family: superstar;
    font-size: 16px;
    font-weight: 500;
    color: white;
    padding: 0 30px;
    text-decoration: none;
  }
  
  header i {
    font-size: 20px;
    color: white;
    display: block;
    margin-right: 40px;
  }
  
  header {
    background-color: #111111;
    width: 100%;
  }
  
  nav {
    margin-left: 21%;
    padding: 20px;
  }
  
  nav a {
    transition: all 0.3s ease 0s;
  }
  
  nav a:hover {
    color: #cecdcd;
  }
  
  .active {
    color: #bebebe;
  }
  
  main {
    width: 1150px;
    background-color: #111111;
    text-align: center;
    margin: 0 352px;
  }
  
  main h1 {
    font-family: superstar;
    font-weight: 500;
    color: white;
  }
  
  main p {
    color: white;
    width: 900px;
    margin: auto;
    letter-spacing: 1px;
    font-family: Joystrix;
  }
  
  .bottom-text {
    text-align: left;
  }
  
  .bottom-text2 {
    text-align: left;
    padding-bottom: 50px;
  }
  
  .huvudord {
    text-decoration: underline;
  }
  
  .länk-i-text {
    text-decoration: underline;
    color: white;
  }
  
  .uppkomst-img {
    padding-bottom: 50px;
  }
  
  main img {
    width: 900px;
    filter: grayscale(100%);
    margin-top: 20px;
  }
  