.sr-only {
	position: absolute;
  left: -10000px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.sr-only:focus {
	position: static;
  width: auto;
  height: auto;
}

h1 {
  color: #a63678;
  text-align: center;
  font-family: "Sour Gummy", sans-serif;
  font-weight: 1000;
  font-size: 4rem;
  padding: 0.25rem;
  margin: 0.5rem;
}

h2 {
  color: #a63678;
  text-align: center;
  font-family: "Sour Gummy", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  padding: 0.25rem;
  margin: 0.5rem;
}

img {
  max-width: 100%;
}

figure {
  text-align: center;
}

body {
  background-color: #b9ff91
}

  .container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

p {
 	color: #a63678;
  font-family: "Overlock", sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  padding: 0.25em;
  margin: 0.5em;
  text-align: center;
}

ul {
  text-align: center;
  list-style-position: inside;
}

ol {
  text-align: center;
  list-style-position: inside;
}

li {
  color: #a63678;
  text-align: center;
  font-family: "Overlock", sans-serif;
  font-weight: 150;
  font-size: 1.25rem;
  padding: 0.25rem;
  margin: 0.5rem;
}

a {
  font-family: "Overlock", sans-serif;
  font-size: 1.25rem;
}

.copyright {
  font-size: .9rem;
  text-align: center;
}

@media screen and (min-width: 576px) {
  .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
}