/* Custom CSS */

/* Custom CSS */

.centered
{
    display: grid;
    justify-self: center;
    justify-content: center;
    text-align: center;
}

.centered h1, .centered h2, .centered h3, .centered h4, .centered p, .centered a
{
    justify-self: center;
}
ul
{
	font-weight: 300;
	font-size: 17px;
	line-height: 23px;
	letter-spacing: .5px;
	color: #444;
}

ul li::marker {
    color: #c1191e;
}

.frame {
    background-color: white;
    padding: 10px;
    border: 8px ridge #c1191e;
}

.title {
    font-size: 1.3em;
    font-weight: 400;
    color: #c1191e;
}

strong {
    color: #c1191e;
}