body {
    background-color: #000000;
    color: #EEEEEE;
    font-size: 26px;
}
img {
    max-width: 150px;
    max-height: 150px;
    opacity: 0.5;
}
img:hover {
    cursor: pointer;
    opacity: 1.0;
}
img:active {
    opacity: 1.0;
}
.audio {
    float: left;
    padding: 50px;
}
.hover {
    float: left;
    padding: 10px;
    opacity: 0.3;
}
.hover:hover {
    opacity: 1.0;
}
.full {
    cursor: pointer
}
.back {
    height: 50px;
    width: 50px;
}
.button {
    height: 50px;
    width: 50px;
    margin-left: 50px;
    margin-right: 50px;
    float: left;
    position: relative;
    bottom: 0px;
}
.max {
    max-width: 250px;
    margin: 50px;
}
#stop_button {
    font-size: 48px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
#stop_button:hover {
    cursor: pointer;
}