body{
    color: white;
    background-color: black;
}

h1{
    font-size: 5rem;
    text-align: center;
}

.songslab {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
}

.song{
    padding: 10px;
}

img{
    height: 200px;
    width: 100%;
}




