.archive-background { position: relative; height: 80%; overflow: hidden; background-repeat: no-repeat; background-size: cover; } .archive-title { top: 43%; position: absolute; width: 100%; } .archive-item { padding: 0.5rem 0.5rem 0.5rem 0.5rem; margin: 0.5rem 0 0.5rem 0; border-radius: 4px; } .archive-item:hover { background-color: rgba(169, 169, 169, 0.22); }