@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,600;0,700;1,400&display=swap');
* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    scroll-padding-top: 2rem;
    box-sizing: border-box;
}
body {
    background: rgba(76,114,189,0.24);
    margin: 0;
}

.div1 {
    height: 300px;
    background: url("../img/p1b.jpg");
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.songname {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 0;
    margin: 0;
    font-size: 35px;
    margin-left: 20px;
    margin-right: 20px;
}

.singername {
    color: white;
    font-size: 25px;
    padding: 0;
    margin: 0;
    margin-left: 20px;
    margin-right: 20px;
}

.ddiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.div2 {
    margin: 25px;
    max-width: 850px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 20px;
    background-color: rgb(247, 238, 138);
}

.div3 {
    width: 350px;
    height: 100px;
    background-color: rgb(196, 138, 247);
    border-radius: 20px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}