header,
nav {
    display: flex
}

#eqAlbumia a,
nav a {
    text-decoration: none
}

#eqAlbumia,
nav a,
summary {
    font-weight: 700
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Inter, sans-serif
}

body {
    background-color: #f5f5f5;
    color: #333
}

#eqAlbumia {
    color: #11c04b;
    cursor: pointer
}

#eqAlbumia a {
    color: #096114;
    font-size: .95rem
}

header {
    background: #fff;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #838383;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000
}

nav {
    gap: 1rem
}

nav a {
    color: #555;
    font-size: .9rem
}

nav span {
    color: #858585
}

.music-separator {
    display: block;
    width: 70%;
    border-top: 1px solid #747474;
    margin: 10px auto 0
}

.menu-toggle,
.overlay {
    display: none
}

nav a:hover {
    text-shadow: 1px 2px 6px #838181;
    transition: .5s;
    color: #535050
}

.faq {
    border-bottom: .2rem solid #7a7a7a;
    border-radius: 4px
}

.mobile-nav.active {
    right: 0
}

.overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1050
}

.overlay.active {
    cursor: pointer;
    display: block
}

@media (max-width:460px) {
    nav {
        display: none
    }

    .menu-toggle {
        display: block
    }
}

main {
    padding: 2rem;
    max-width: 800px;
    margin: 0 auto
}

h1 {
    font-size: 1.3rem;
    margin-bottom: .8rem;
    text-align: center
}

details {
    background: #b4b4b4;
    border-radius: 15px;
    margin-bottom: 1rem;
    padding: .7rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05)
}

summary {
    cursor: pointer;
    margin-bottom: .3rem
}

@media (min-width:510px) {

    body,
    header {
        background-color: #d3d3d3
    }

    * {
        font-family: 'Lucida Sans';
        font-size: large
    }

    header {
        padding: .7rem
    }

    .hr_div,
    .hr_h1,
    .mobile-nav {
        display: none
    }

    summary {
        font-size: .92rem
    }

    p {
        font-size: .8rem
    }

    p a {
        text-decoration: none;
        color: #077730;
        font-size: .75rem
    }

    p a:hover {
        text-shadow: 1px 2px 5px #6d6d6d;
        transition: 350ms
    }
}

@media (max-width:510px) {

    #eqAlbumia a,
    .mobile-nav a,
    details a,
    footer a {
        text-decoration: none
    }

    body {
        background-color: #000
    }

    #eqAlbumia a {
        font-size: .9rem;
        cursor: pointer;
        color: #0e811d;
        margin-left: auto 0
    }

    header {
        background: #000;
        padding: .6rem .5rem;
        justify-content: space-between;
        border-bottom: 1px solid #373535
    }

    nav {
        gap: .6rem
    }

    nav a {
        color: #8d8c8c;
        font-size: .8rem
    }

    nav a:hover {
        text-shadow: 1px 2px 6px #151414
    }

    .faq {
        border-bottom: 1px solid #4e514f;
        border-radius: 3px;
        box-shadow: 0 1px 0 #5c5a5a
    }

    .menu-toggle {
        font-size: 1.6rem;
        cursor: pointer;
        color: #a8a4a4
    }

    .mobile-nav {
        border-radius: 10px;
        position: fixed;
        display: flex;
        flex-direction: column;
        transition: right .3s;
        z-index: 1100;
        right: -100%;
        height: 14.5rem;
        top: 8%;
        width: 45%;
        background: #030303;
        box-shadow: -2px 0 10px rgba(215, 212, 212, .2);
        padding: .5rem
    }

    .mobile-nav a {
        color: #cdcccc;
        font-size: .8rem;
        text-align: center;
        margin: 1rem 0;
        font-weight: 700
    }

    .mobile-nav a:hover {
        border-radius: 15px;
        box-shadow: 2px 4px 5px #d4d4d4;
        transition: 350ms
    }

    .mobile-nav_faq {
        border-left: 3px solid #06a445
    }

    main {
        padding: 1.5rem
    }

    h1 {
        font-size: 1.2rem;
        color: #e7e7e7;
        margin-bottom: .2rem
    }

    .hr_h1 {
        border: 1px solid #555;
        margin: 1rem 40%
    }

    details {
        background-color: #0a0a0a;
        border-radius: 25px
    }

    summary {
        font-size: .8rem;
        color: #b9b9b9;
        padding-bottom: .3rem
    }

    details p {
        font-size: .7rem;
        font-weight: 700;
        color: #727272;
        margin-bottom: 10px
    }

    details a {
        color: #057733
    }

    details p strong {
        color: #afabab
    }

    footer p {
        color: #585858;
        text-align: center;
        font-size: small
    }

    footer a {
        color: #056913
    }

    .hr_div {
        border: 1px solid #262626;
        margin: 10px 45%
    }
}