/*
Author: Tatiana Khislavskiy
Date: 4/5/2026
File Name: styles.css
*/
.jumbotron {
    padding: 3rem 1rem;
    margin-bottom: 0;
}

.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 {
    margin-top: 10%;
}
.bg-dark-purple {
    background-color: #373684;
}

.text-dark-purple {
    color: #373684;
}