* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;

}

Body {
    background-color: #C2D4EF;
}

h1 {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;

}

h2 {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
}

h3 {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 36px;
}

h4 {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 24px; 
    padding-bottom: 10px;
}

p {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 19px;
    margin-bottom: 42px;
}

.cd-list-p {
    margin-bottom: 10px;

}

a {
    color: #000000;
    text-decoration: none;

}

a:hover{
    text-decoration: underline;

}

.text-link {
    text-decoration: underline;
}
.text-link:hover {
    text-decoration: none;
}

ul {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 32px;
    list-style: none;
}

.top-nav{
    display: flex;
    width: 100vw;
    flex-direction: column;
    position: absolute;
    height: 200px;
    z-index: 1;


}

.top-logo {
    display: flexbox;
    width: 600px;
    height: 85px;
    align-self: center;
    margin-top: 64px;

}

.top-menu {
    display: flex;
    flex-direction: row;
    align-self: center;
    padding-top: 36px;
    text-decoration: none;

}

.menu-item-1{
    padding-right: 88px;


}

.menu-item-2 {
    padding-right: 88px;

}

.content{
    display: block;
    position: relative;
    top: 396px;
    margin-left: 50px;
    margin-right: 50px;
}

section {
    display: flex;
    flex-direction: column;
    justify-content: left;
    max-width: 1032px;
    width: 100%;
    margin: auto;
    padding-bottom: 100px;
}

button {
    width: 263px;
    height: 50px;
    padding-top: 5px;
    background-color: #E1EAF8;
    border: 2px solid #000000;
    color: black;
    transition-duration: 0.4s;
}

button:hover{
    background-color: #31683c;
    border: 2px solid #31683c;
    color: aliceblue;
    cursor: pointer;
}

.title {
    margin-bottom: 30px;
}

.artist-section {
    display: flex;
    justify-content: left;
    max-width: 1250px;
    width: 100%;
    margin: auto;
    padding-bottom: 179px;
}

.artist-title {
    margin-bottom: 30px;
    display: flex;
    justify-content: left;
    max-width: 1250px;
    width: 100%;
    margin: auto;
    padding-bottom: 44px;


}

.album-covers {
    max-width: 555px;
    width: 100%;
    padding-top: 10px;

}

.album-covers:hover {
    opacity: 70%;
    transition: 0.4s;

}


.artist-info-left-side {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    margin-right: 102px;
    width: auto;
    height: auto;
    max-width: 555px;
    max-height: 555px;



}

.artist-info-right-side {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    margin-right: 102px;
    width: 50%;
    max-width: 561px;
    margin: auto;
}

.artist-name{
    width: auto;
    max-width: 561px;

    padding-bottom: 50px;
}

.artist-name-link{
    text-decoration: none;
    transition-duration: 0.4s;
}

.artist-name-link:hover{
    color: #0064FB;
    text-decoration: none;
}

.artists-featured {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 19px;
    padding-bottom: 40px;
}

.button-font{
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    align-self: center;
}

footer {
    margin: auto;
    max-width: 1032px;
    padding-bottom: 30px;

}

.footer-text {
    display: flex;
    align-items: center;
}


@media (max-width: 767px) {
    .top-logo {
        width: 309px;
        height: 44px;
    }

    .top-menu {
        font-size: 20px;
    }
    .menu-item-1 {
        padding-right: 40px;
    }

    .menu-item-2 {
        padding-right: 40px;
    }

    P {
        font-size: 16px;
    }

    h1, h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    .artists-featured {
        font-family: "Manrope", sans-serif;
        font-optical-sizing: auto;
        font-weight: 300;
        font-style: normal;
        font-size: 16px;
        padding-bottom: 40px;
    }

    .content {
        top: 300px;
    }

    .artist-section {
        flex-direction: column;
        padding-bottom: 20px;
    }

    .artist-info-left-side {
        margin-right: auto;
        padding-bottom: 20px;
    }

    .artist-info-right-side {
        margin: 0;
        width: 100%;
    }

    .album-covers:hover {
        opacity: 100%;
        transition: 0;
    
    }

    .artist-name-link{
        text-decoration: none;
        transition-duration: 0;
    }
    
    .artist-name-link:hover{
        color: #000000;
        text-decoration: none;
    }

    button {
        width: 263px;
        height: 50px;
        padding-top: 5px;
        background-color: #E1EAF8;
        border: 2px solid #000000;
        color: black;
        transition-duration: 0;
    }

    button:hover{
        background-color: #E1EAF8;
        border: 2px solid #000000;
        color: black;
        cursor: pointer;
    }

    a:hover {
        text-decoration: none;
    }
}