/* Organisation de la page */

#page-container {
    position: relative;
    min-height: 100vh;
  }

#content-wrap {
    padding-bottom: 2.5rem;    /* Footer height */
    width: 90%;
    margin: auto;
  }

footer{
    font-size: small;
    text-align: center;
    bottom: 0;
    width: 100%;
}

/* Général */

h1{
    font-family: Arial, Helvetica, sans-serif;    text-align: center;
}

h2{
    text-align: center;
}

a.feed{
    text-decoration: none;
}
