@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');
body {
    background-attachment: fixed !important;
    background-image: linear-gradient(to right top, #051937, #163259, #264e7d, #356ba3, #428bca);
    /*background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , rgba(114, 191, 219, 1) 0%, rgba(81, 185, 226, 1) 23%, rgba(45, 160, 220, 1) 57%, rgba(40, 127, 193, 1) 85%, rgba(0, 114, 175, 1) 100%) repeat scroll 0 0;*/
    font-family: 'Raleway', sans-serif;
    margin: 80px auto;
    min-height: 100vh;/*400px;*/
    color: white;
}

h1 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;
}

#playlist{
    margin: auto 0;
}

.OSpave{
    position: fixed;
    margin: 0 0 0 450px;
}

.brand {
    position: absolute;
    top: 2em;
    right: 2em;
    opacity: 0.3;
}

a, a:link, a:visited {
    color: #018ae4;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
}

.footer-links {
    margin: 2em auto;
    text-align: center;
    /*position: fixed;
    bottom: 0;
    left: 0;
    right: 0;*/
    margin-top: 300px; /* pour forcer un scroll */
}

.footer-links a {
    color: #FFF;
    display: inline-block;
    margin: 0 0.5em;
}
