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

#buttonContainer button {
    border-radius: 0px;
    padding: 6px 12px;
    background: black;
    color: white;
    box-shadow: none;
}
