h1 {
    margin-top: -70px;
    margin-bottom: -10px;
    font-size: 250px;
    text-align: center;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: grey;
}

h2 {
    margin-top: 0; 
    margin-bottom: 25px;
    padding-left: 550px;
    font-size: 45px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
    color: rgb(95, 95, 95);
}

body {
    line-height: 1.4;
    padding-bottom: 40px;
    background-image: url("/Users/macintosh/Desktop/iffall2025/publish/lyrics-exercise/images/background.jpg");
    background-size: cover;       
    background-repeat: no-repeat; 
    background-position: center;
    background-blend-mode: overlay;
}

p {
    margin: 8px 0; /* reduce space between quotes */
    padding-left: 550px;
}

.spacer {
    height: 20px; 
}

.spotify-box {
  display: block;
  margin: 20px auto; /* centers horizontally */
  border-radius: 20px;
}
