header {
    background-image: url('../images/menu.png');
    background-repeat: round;
    margin-bottom: 2em;
}

.title {
    margin: 5%;
    margin-bottom: 1%;
    min-height: 25vh;
    color: transparent;
}

.author, 
.date {
    display: none;
}

body>ul {
    padding-left: 0;
}

li,
p {
    font-family: Arial, Helvetica, sans-serif;
}

li {
    display: block;
    font-style: italic;
    letter-spacing: 0.01em;
    filter: blur(0.3px);
    text-align: center;
}

figure {
    display: flex;
    justify-content: center;
}

figcaption {
    display: none;
}
