.generic-info{background-image:var(--silver-blue-gradient);color:var(--silver);display:flex;flex-flow:row wrap;justify-content:center;align-items:center;gap:50px;padding:20px}.generic-info a{color:var(--silver);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(--silver-light);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(--darker-bg);transition:all .2s;transform:scale(1)}.release-links svg:hover{fill:var(--background-color);transition:all .1s;transform:scale(1.05)}