@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*,
li,
a {
    text-decoration: none;
    list-style: none;
}
body {
    background: url(../img/background.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Raleway', sans-serif;
}
.navbar-toggler {
    border: none;
    background: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.logo {
    object-fit: cover;
    width: 350px;
}

.player img {
    object-fit: cover;
    width: 50px;
}

.intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}