.content{
    display: flex;
    flex-direction: column;
    gap: 5rem;
    flex-wrap: wrap;
    align-content: center;
    background-color: transparent;
    min-height: 60vh;
}
.content a {
    text-decoration: none;
}
.archivfolder{
    width: 15vw;
    position: absolute;
    left: 0;
    top: 10rem
}
ul{
    list-style: none;
}
.archivfolder li{
}
.year{
    position: relative;
}
.year a{
}
.year img{
    height: 100%;
    transition-duration: 0.3s;
}
.year img:hover{
    transform: scale(1.1);
}
.year h2{
    width: 100%;
    margin:0;
    padding: 0.5rem 0.3rem 0rem 0.3rem;
    font-size: 2.4rem;
    bottom: 0;
    z-index: 2;
    text-align: center;
    transition-duration: 0.3s;
}
.year h2:hover{
    background-color: black;
    color: white;
}