.generic-info{background-image:var(--bg-2-grad);color:var(--fg-2);display:flex;flex-flow:row wrap;justify-content:center;align-items:center;gap:50px;padding:20px}.generic-info a{color:var(--bg-3);text-decoration:underline}.album-cover{aspect-ratio:1/1;max-width:100%}.links-container{display:flex;direction:row;justify-content:center;align-items:center;gap:50px;padding:10px;background-color:var(--bg-3);width:fit-content;margin:auto}.release-links{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;gap:10px}.release-links svg{width:40px;fill:var(--shadow);transition:all .2s;transform:scale(1)}.release-links svg:hover{fill:var(--bg-1);transition:all .1s;transform:scale(1.05)}