/*Project 2 Style sheet - Ashley Agacinski - ITWP 1050*/ 
/*global variable*/

/*body style*/
body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgba(252, 252, 251, 0.4);
}
/*h2 style*/
h2{
    color: white;
    background-color: #3b197a;
    text-align: center;
    border: 2px solid #3b197a;
    border-radius: 5px;
    padding: 25px;
}
p{
    text-align: center;
}
/*ol li style*/
article {
    line-height: 1.5em;
    background-color: #ffdd46;
    border: 2px solid #ffdd46;
    border-radius: 5px;
}
/*validation ID*/
#validation {
    text-align: center;
    font-size: 11px;
}
