/* styleing for the Index Pages */
body {
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
}

body:after {
    content: 'All of Brogo is released under the \A Creative Commons Attribution-ShareAlike 4.0 International License \A and/or the \A GNU Free Documentation License Version 1.3 \A\A\A\A\A\A\A\A\A\A\A\A\A\A\A\A\A\A\A or any later versions of these licenses';
  display: block;
  font-size: .67em;
  line-height: 1.00em;
  margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  text-align: center;
	background-image: url("../CCBY-SA&GNU.png");
	background-position: center;
	background-repeat: no-repeat;
	height: 275px;
	white-space: pre-wrap;
}
