/* CSS for Patterns Page */

* {
    text-align: center;

}

body {
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 15px;
    margin-left: 20px;
}

.header {
    font-size: 2rem;
    font-weight: lighter;
}

.subheader {
    color: rgb(153,0,0) ;
    font-size: 2rem
}

.text p {
    font-size: 1.5rem
}