.list { display: flex; flex-direction: column; margin: 15px 0 15px 0; gap: 10px; } .entry { display: flex; flex-direction: row; align-items: center; justify-content: space-between; background: var(--dark-second); border: solid 1px var(--bright-main); padding: 10px; } .downloads { display: flex; flex-direction: row; gap: 5px; } .entry h1 { color: var(--bright-main); font-size: 20px; } .entry a, .entry p { color: var(--bright-main); font-size: 20px; text-decoration: none; } .entry a:hover { color: var(--bright-second); }