@font-face {
  font-display: swap;
  font-family: 'Fira Code';
  font-style:  normal;
  font-weight: 400;
  src: url("./FiraCode-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-display: swap;
  font-family: 'Fira Code';
  font-style:  normal;
  font-weight: 800;
  src: url("./FiraCode-Bold.woff") format("woff");
  font-display: swap;
}

* {
  font-family: 'Fira Code';
}

body {
  padding-top: 1.5em;
  margin: 0 auto;
  height: 100%;
  width: 700px;
  text-align:center;
/*  border-left: 2px dashed grey;
  border-right: 2px dashed grey; */
  background-color: #1E2021;
  color: grey;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

h1 {
  color: white;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

nav li {
  display: inline-block
}

nav li a {
  display: block;
  color: grey;
  text-align: center;
  padding: 15px 18px;
  text-decoration: none;
}

details {
  margin: 10px;
}

.summary_article {
}

.date_article {
  font-size: 13px;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: white;
}

.footer {
  margin-top: auto;
  min-height: 50px;
}
footer {
  margin-top:20px;
  padding-bottom: 20px;
}
