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

body {
background: linear-gradient(180deg, rgba(250, 139, 20, 1) 0%, rgba(127, 0, 0, 1) 100%);
}

h1 {
	color: maroon;
  font-family: "Winky Rough", sans serif;
  font-weight: 900;
  font-size: 3.5em;
  text-align: center;
}

h2 {
  color: maroon;
	font-size: 1.5rem;
  font-family: "Winky Rough", sans serif;
  font-weight: 600;
  text-align: center;
}

p {
  color: maroon;
  font-family: "Winky Rough", sans serif;
  font-weight: 350;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home {
  display: inline-block;
  padding: 25px;
  font-size: 14px;
  background-color: green;
  color: white;
  text-decoration: none;
  border-radius: 15% 15% 15% 15%;
  font-family: "Winky Rough", sans-serif;
}

.home:hover {
  background-color: lightgreen;
  color: gray;
}

.copyright {
  color: white;
  font-size: 0.75rem;
  text-align: center;
}