.archives-by-year{
    margin:0;
    padding:0;
    display:flex; 
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
}

.archives-by-year li{
    width: 350px; 
    height:90px;
    background-color: #002553;
    border-radius: 15px;
    color:white;
     display:flex; 
     margin:15px;
     padding: 25px;
     text-align: center;
  justify-content: center;
  align-items: center;
     
}
.archives-by-year li:hover{

    background-color: #E48F48;
}
.archives-by-year li span{
     color:white;
     font-size: 25px;
     font-weight: bold;
     
}

.archives-by-year li span a{
    color:white;
}