body {
    background-color: rgb(143, 143, 232);
    font-family: 'Courier New', Courier, monospace;
}

h1 {
    font-size: 70px;
}

h2 {
    margin-top: -50px;
    font-size: 30px;
}

h3 {
    font-size: 30px;
}

.headers {
    margin-top: -100px;
    text-align: center;
}

.downloadSection {
    font-size: 20px;
}

ul {
    list-style-type:disc;
}

li:hover{
    text-decoration: underline;
    cursor: pointer;
}

.demoTrack {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.demoTrackTitle {
    font-style: italic;
    margin: 0;
    padding-right: 15px;
}

.demoAudio {
}

.bands {
    text-align: center;
    font-size: 30px;
}

.bands-list {
    list-style-type: none;
}

.band {
    text-decoration: none;
    color: black;
    font-size: 30px;
}

.band:hover {
    scale: 110%;
}

.band-desc {
    font-size: 20px;
}

.defaultAvatar {
    display: block;
    margin-left: auto;
    margin-top: -30px;
    border-radius: 40px;
}
