body {
    background-image: url("static/gif/skellington.gif"), url("static/gif/skellington-flip.gif"), url("static/images/eh.png");
    background-position: left, right;
    background-repeat: repeat-y, repeat-y, repeat;
    background-size: 150px, 150px, 50px, 150px, 150px;

    margin: 0;
    padding: 0;
}

.text-white {
    color: purple;
    background-color: white;
}

.flex-row {
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0;
}

.center-shit {
    margin: 0 150px;
}

.small-image {
    height: 100px;
}

.wiiiiiiiiiiide {
    width: 100%;
    height: 300px;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0;

    width: 100%;
}

main {
    margin: 0 150px 0 150px
}

img {
    max-width: 100%;
    height: auto;
}

.audio-sticky {
    color: purple;
    font-weight: bold;

    bottom: 0; 
    position: fixed; 
    right: 0; 
    z-index: 99;

    background-color: white;
}