.oldgloryred {
    color: #bb133e;
}

.oldgloryblue {
    color: #343a84;
}

h1,
h3,
h4 {
    color: #343a84;
}

hr {
    border: none;
    /* Removes default borders */
    height: 5px;
    /* Sets a base height for the line */
    background-color: red;
    /* Sets a background color to create the visible line */
    width: 25%;
    margin: 0 auto;
}