article {
    width: 960px;
    margin: auto;
    font-size: 22px;

    min-width: 65ch;
    max-width: 75ch;
}

  

h1 {
    font-size: 3em;
    margin-bottom: 0%;
}

h2 {
    font-size: 1.8em;
}

p, blockquote, ul, ol {
    font-size: 1em;
    line-height: 1.5em;
    font-family: Georgia, Verdana;
}

#facts {
    margin: 1em 0em 1em 1em;
    width: 50%;
    border: 1px dashed;
    float: right;
}

#facts > ul {
    list-style-image: url('cup-icon.svg');
    line-height: 1.5em;
    padding-left: 1.5em;
}


#cover {
    width: 100%;
  }

  body {
    background-color: rgb(172, 172, 172);
    /* tekst farge */
    color: #323232
  }


  header {
    /* Add a line */
    border-bottom: 2px solid; 
  }