/*  
    Course: ITWP-2750
    Assignment: Homework 2-1
    Filename: styles.css
*/

/* formats the screen output */
p.output {
    line-height: 2em;
    margin: auto;
    background-color: #eee;
    border-radius: 5px;
    width: 50%;
    padding: 5px;
    text-align: center;
}
/* ID that centers the validation text */
#validation {
        text-align: center;
    }

/* centers the h1 text */
h1 {
    text-align: center;
}

/* resource for statistic */
.labor_stats {
    font-size: 10px;
    font-style: italic;
    text-align: center;
}
