/* Steven Easton
   March 24, 2026
   styles.css
*/

.hero {
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(http://saellc.webhostingforstudents.com/classes/1510/lesson12/images/music-notes.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.welcome {
    margin-top: 10%;
}

.bg-dark-purple {
    background-color: #373684;
}

.text-dark-purple {
    color: #373684;
}