div.pageFooter { margin: 1rem auto; max-width: $maximumPageWidth; min-width: $minimumPageWidth; text-align:center; p { & + p { margin-top:calc(1rem / 2); } a { &,&:visited { color: $foregroundColour; text-decoration:underline; } &:hover { text-decoration:none; } } em { font-style: normal; font-weight:bold; } } }