@font-face {
    font-family: DejaVu;
    src: url(/resources/fonts/DejaVuSerif.ttf);
}

@font-face {
    font-family: VCR;
    src: url(/resources/fonts/VCR_OSD_MONO.ttf);
}

body {
    color:#FFFFFF; 
    font-family: DejaVu;
    background: linear-gradient(90deg,rgba(171, 171, 255, 0.5) 0%, rgba(242, 242, 255, 0.5) 50%, rgba(171, 171, 255, 0.5) 100%), url("/resources/bugtunez/background.gif");
    margin-left: 0;
    margin-right: 0;
}

a {
    color: white;
}

a:visited {
    color: transparent;
}

h2 {
    color: white;
    text-align: center;
    border-left: black 4px solid;
    border-right: black 4px solid;
    padding-left: 12px;
    padding-right: 12px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

h3 {
    color: white;
    text-align: center;
    border: black 4px inset;
    box-shadow: 0px 0px 8px black;
    padding-left: 12px;
    padding-right: 12px;
    width: 256px;
    margin-left: auto;
    margin-right: auto;
}

.audiotoprow {
    font-size: 3em;
    background-color: black;
    text-align: center;
}

.audiothingybox {
    background: #524c56;
    margin: auto;
    width: fit-content;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border: #ffffff 8px inset;
    box-shadow: inset 8px 8px 16px rgb(46, 46, 46), black 0px 8px 8px;
}

.audiotext {
    font-family: VCR;
    background: repeating-linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 255, 106, 1) 2.5%, rgba(0, 0, 0, 1) 5%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0px 0px 4px rgba(0, 255, 106, 0.5);
}

.audiothingy1 {
    width: 256px;
    height: 256px;
}

.audiothingy2 {
    height: 256px;
}

.CD {
    width: 10%;
    position: sticky;
    bottom: 0;

}

.musicbox {
    padding: 16px;
    font-size: 1.5em;
    background: #524c56;
    border: #ffffff 8px outset;
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vh;
    box-shadow: inset 8px 8px 16px rgb(46, 46, 46), black 0px 8px 8px;
}

.album-container {
    display: flex;
}

.album-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.album {
    border: 8px grey solid;
    border-left: 24px grey solid; 
    margin-left: auto;
    margin-right: auto;
    width: 256px;
    height: 256px;
    box-shadow: 0px 0px 8px black;
    transition: 0.1s;
}

.album:hover {
    box-shadow: 0px 0px 16px blue;
}

.imagecenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.goback {
    position: absolute;
    top: 32px;
    left: 32px;
    font-size: 3em;
    box-shadow: inset 8px 8px 16px rgb(46, 46, 46), black 0px 8px 8px;
    background: #524c56;
    border: #ffffff 8px outset;
}