.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}.track-link{color:var(--silver);text-decoration:underline}td>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);color:var(--darker-bg);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)}@media only screen and (min-width:768px){.album-cover{max-width:50%}.generic-info>span{max-width:40%}}