nav{
    font-size: 3vw;
    text-align: center;
}

nav ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 12vh;
}

#searchBar input{
    width: 50vw;
    margin: 1.5vh 0vw 0vw 0vw;
}

.logo img{
    width: 7.5vw;
    height: 6.5vh;
    padding: 0px 1vw 0px 0px;
}

.container{
    background-image: url("kp.jpg");
    justify-content: center;
}
.songList h1{
    margin: 2.5vh 0vw;
    text-align: center;
} 

.songItem{
    width: 75vw;
    margin: 1.5vh 2vw;
    font: 1vw;
    text-align: center;
    border-radius: 6vw;
}
.songItem img{
    width: 11vw;
    height: 6.5vh;
    border-radius: 100%;
}

.botbg{
    top: 6vh;
    left: 10vw;
    font-size: 1.5vw;
}