@import url("./global.css");

body {
  background-image: url("/assets/imgs/bg_3.png");
}

/* list */
.archive-list {
  background-color: rgb(0, 0, 0);
  max-width: 500px;
}

.archive-list h2 {
  font-family: "Kabeljauw";
  color: white;
  background-color: black;
  text-decoration: none;
  font-size: 2.2rem;
  font-weight: 100;
  padding: 0.35rem;
}

ul {
  background-color: white;
  display: flex;
  flex-direction: column;
  width: fit-content;
  max-width: 400px;
  padding: 0.2rem;
  list-style-type: none;
  display: block;
  margin: auto;
  margin: 0.7rem;
}

li {
  padding-bottom: 1.15rem;
}

.archive-list ul li a {
  font-family: "AlfaZ";
  text-transform: uppercase;
  font-size: 2.3rem;
}
