/* NOTE: While validating, make sure you use CSS */
/* level 3 profile by accessing "More Options" */
body {
    font-family: Arial, Helvetica, sans-serif;
}

input {
    margin: 0.75em;

    /* Makes our input elements with round borders (currently DISABLED) */
    /* border-radius: 1em; */

    /* Some padding to help round borders */
    padding: 0.125em;
}

input[type="button"] {
    box-shadow: 1em 1em 1em silver;
}

h1 {
    text-shadow: silver 0.125em 0.125em 0.125em;
}
