﻿body {
    background-color: #f9fafc;
    font-family: Verdana;
    color: #323520;
    font-size: 16px;
}

form {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.audiojs {
    margin-left: auto;
    margin-right: auto;
    
}


/*Photo Swipe*/
.my-gallery {
    align-items: center;
    justify-content: center;
    width:100%;
}

    .my-gallery figure {
        display: contents;
    }


    .my-gallery img {
        width: auto;
        height: 150px;
        margin:2px 0px 2px 0px;
    }

.my-gallery figcaption {
    display: none;
}
