body {
    background-color: rgb(0, 0, 0);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: rgb(237, 240, 240);
}

#sidtitel {
    color: red;
    font-size:36px;
  }

  .intro {
     font-style: italic;
    font-size: 43px;
  }


ul {
  list-style: none; 
  color:green;
  padding-left: 0;
}
section {
  padding: 10px;
  margin-bottom: 15px;
}

footer {
  border-top:2px;
  padding: 10px;
}