 body {
  font-family: "Federant", serif;
  font-weight: 400;
  font-style: normal;
  color: red;
  text-align: center;
  background-image: url(bgs/past.gif);
  background-repeat: repeat;
  margin: auto;
}

.container {
    background-color: rgba(30, 0, 32, 0.651);
    padding-top: 20px;
    margin: auto;
    width: 800px;
    border: 2px dotted red;
}

ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}

li {
    display: inline;
}

li a {
    color: red;
    text-align: center;
    text-decoration: none;
    border-left: 1px solid red;
    border-right: 1px solid red;
    padding: 30px 30px 30px 30px;
    font-size: 25px;
}

.current {
    display: flex;
    justify-content: center;
}

article {
    margin: 20px;
}

.frame {
    height: 700px;
}

h3, h2 {
    border-bottom: 1px solid red;
}

.current img {
    height: 200px;
}

.fav {
    width: 800px;
    margin: auto;
}

.flex {
    display: flex;
    justify-content: center;
}

.item {
    margin: 10px;
    padding: 10px;
}

.item img {
    height: 150px;
}

