/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .spots-left-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem;

    h4 {
        margin: 0;
        padding: 0;
    }

    p {
        margin: 0;
        padding: 0;
    }
 }