@font-face {
    font-family: 'Arial Black';
    src: url('https://cdn.bdan.io/arial_black.woff') format('woff');
    font-weight: bold;
}

body {
    font-family: 'Arial Black', sans-serif;
    background-color: #0d0d0d;
    color: #ffffff;
    overflow: hidden;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#preloader p {
    font-size: 2.5vh;
    margin-top: 2vh;
}

body.loaded #preloader {
    display: none;
}

.cover-art {
    border-radius: 2%;
    width: 40vh;
    height: 40vh;
}

.social {
    height: 2.5vh; 
    margin-top: 2vh;
}

.link {
    color: #ffffff;
    text-decoration: none;
}
