﻿/* Theme Designer - page background color, background image, and font */
body {
    padding: 0px;
    margin: 0px;
    background-color: none;
    background-image: none;
    font-size: 100%;
}
.h1 {
    font-size: 200%;
}
/* Theme Designer - page title color */
h1 {
    font-size: 175%;
}
.button {
    text-transform: uppercase;
    letter-spacing: 0.01em;
    padding: 10px;
    border:none;
}
.success {
    color: #4CAF50;
    font-weight:700;
    font-size:large;
}