body {
    /* background-color: dimgrey; */
    background-color: #0a1520;
}

.header {
    background-color: #101a23;
}

.black {
    background-color: black;
}

.textBlack {
    color: black;
}
.textColor {
    color: rgba(255,255,255,.5);
}

.copyright {
    padding-top: 16px;
    font-size: x-large;
}

.footerImageLink {
    padding: 22px 15px 0px 15px;
}
.content {
    /* background-color: #98B1C4;
    color: black; */
    color: #98B1C4;
    background-color: #1b3146;
}
.element {
    margin-top: 15px;
    margin-bottom: 15px;
}
.map {
    width: auto;
    height: 600px;
    margin-bottom: 15px;
}
.image {
    border: 2px solid #5177a5;
    margin-top: 15px;
    margin-bottom: 15px;
}
.collapseButton {
    margin-top: 5px;
    margin-bottom: 10px;
}
.song-list {
    cursor: pointer;
}
.nav-link {
    font-size: x-large;
}