body {
    background-color: rgb(45, 45, 75);
    color: black;
    font-family: monospace;
    text-align: center;
}

.bg-music {
    text-align: center;
}

.gallery {
    background-color: black;
    display: inline-block; 
    border: 3px solid hsl(205, 100%, 30%);
    margin: 4px;
    padding: 4px;
}
.gallery .desc {
    background-color: gray;
    padding: 8px;
    text-align: center;
    border: 3px hsl(230, 100%, 24%);
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-style: solid;
}
.gallery .desc:hover {
    color: white;
}
.gallery:hover {
    border: 3px solid hsl(205, 100%, 40%);
}
