/*
    Student Name: Elena Kokliaguine 
    Date: April 6, 2025
    File Name: styles.css
*/

/* Hero section styles */
.hero {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.7), 
    rgba(255, 255, 255, 0.7)
  ), url('../images/music-notes.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

/* Welcome section styles */
.welcome {
  margin-top: 10%;
}

/* Dark purple background class */
.bg-dark-purple {
  background-color: #373684;
}

/* Dark purple text color class */
.text-dark-purple {
  color: #373684;
}
