.pp-main {
    color: black;
}

.pp-main .container {
    width: 60%;
}

.pp-category {
    margin-bottom: 1rem;
    font-size: 1.5rem;

}

.pp-category a {
    font-size: 1.5rem;
}

.pp-category a:hover {
    color: #FF0000;
	text-decoration: underline;
}

.pp-title {
	/*text-align: center;*/
    font-size: 2.3rem;
}

.pp-content h1,
.pp-content h2,
.pp-content h3,
.pp-content h4,
.pp-content h5,
.pp-content h6 {
    text-align: center;
}

.pp-content h1 {
    font-size: 32px;
}

.pp-content h2 {
    font-size: 30px;
}

.pp-content h3 {
    font-size: 28px;
}

.pp-content p {
    font-size: 20px;
    margin-bottom: 1.5rem;
	margin-top: 1rem;
}

.pp-content p a {
    color: #FF0000;
}

.pp-content p a:hover {
	text-decoration: underline;
}

.pp-button {
    margin: 2rem 0;

}

.pp-button a {
    font-size: 25px;
    color: white;
    padding: .5rem 3rem;
    border-radius: .8rem;
    border: none;
    flex: 1;
    margin: 0 0.2rem;
    background: #05004E;
}

.pp-button a:hover {
    background: #0A246A;
}

