﻿@charset "utf-8";

p {
    font-size: larger;
    line-height: 1.6;
}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
    color:red;
}

button {
    border: none;
    padding: 15px 32px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
    width: 300px;
}
.ButtonStyleGeneric {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.ButtonColorIncrement {
    background-color: #04AA6D;
}
.ButtonColorDecrement {
    background-color: #ff6a00;
}
.ButtonColorReset {
    background-color: #0094ff;
}
.ParagraphForTextDisplay {
    font-size: 36px;
    text-align: center;
}
