/* 1. Justify all website paragraphs */
p {
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

/* 2. Universal Footer Reset (Forces everything in the footer to center) */
footer, 
.footer, 
#footer, 
footer *, 
.footer *, 
#footer * {
    text-align: center !important;
}