/* 
Author: Sang Doan
Date: 04/04/2026
File Name: styles.css
*/

.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: center;
    min-height: 400px;
}

.welcome {
    padding-top: 8%;
    padding-bottom: 8%;
}

.bg-dark-purple {
    background-color: #373684;
}

.text-dark-purple {
    color: #373684;
}

footer img {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0 0.5rem;
}