body {
	background: MediumPurple;
	text-align: center;
}

h1 {
	color: DarkViolet;
}

h2 {
	color: Pink;
}

p {
	color: White;
}

a {
	color: Cyan;
}

/* Sticky footer styles
 * from https://getbootstrap.com/docs/4.0/examples/sticky-footer/
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px; /* Set the fixed height of the footer here */
  line-height: 40px; /* Vertically center the text there */
}
