@font-face {
    font-family: 'Makcasa';
    src: url('/font/Makcasa-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Eternalo';
    src: url('/font/Eternalo.ttf') format('truetype');
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
}

.container {
    position: absolute;
    background-image: url("/img/musics.webp");
    background-size: cover;
    width: 100vw;
    height: 100vh;
    overflow: auto;
}

nav a {
    margin: 5%;
    font-family: 'Makcasa';
    color: white;
    font-size: 3vw;
    text-decoration: none;
}

article {
    color: white;
    font-family: 'Eternalo';
    font-size: 3vw;
    margin: 10%;    
}

article h1 {
    font-family: 'Makcasa';
}

.liste {
    color: white;
    font-family: 'sans-serif';
    margin: 0 10%;
}

.liste .artist {
    font-size: 3vw;
}

.liste .album {
    font-size: 2vw;
    padding-left: 2vw;
}

@media (min-width: 320px) {
    .liste .artist {
        font-size: 4vw;
    }

    .liste .album {
        font-size: 3vw;
        padding-left: 2vw;
    }
}
