diff --git a/resources/styles.css b/resources/styles.css index ba3d06e..8a59267 100644 --- a/resources/styles.css +++ b/resources/styles.css @@ -16,3 +16,9 @@ dt:not(:first-child) { margin-top: 2.5em; /* Adjust the value as needed */ } + +.footer { + color: rgba(255, 255, 255, 0.7); /* Lighten the text color */ + text-align: center; /* Center block elements */ + margin-bottom: 0.5em; /* Reduce space between paragraphs */ +}