h1 {
  Text-align:center;
  Background-color: #FCBE27;
  Color:#0205bf;
  font-family: "Comic Neue", cursive;
  font-weight: 700;
  font-size:10vw;
  font-style: italic;
  border: .3em solid red;
  Border-radius:25% 0% 25% 0%;
  Margin: 0em 1em 0em 1em;

}
h2 {
  Text-align:center;
  Background-color: #FCBE27;
  Color:#0205bf;
  font-family: "Comic Neue", cursive;
  font-weight: 700;
  font-size: 4vw;
  font-style: italic;
  border: .3em solid red;
  Border-radius: 25% 0% 25% 0%;
  Margin: 0em 2.5em 1em 2.5em;
}
#title{
  Width:100%;
	Position: sticky;
  Top:0;
  z-index:2;
}
#theme-song{
	Text-align:center;
	position: relative;
	z-index:1;
}
#Theme_Song{
	Padding:.5em;
}
#Theme_Song_Lyrics{
	Background-color:#fce2ca;
  border:.25em solid transparent;
  border-radius:25%;
	Padding:.125em;
}
body{
	background-image:radial-gradient(#ff7119,#bf0502,#0205bf)
}
#intro{
  Text-align: justify;
  Text-justify: auto;
  Font-family: "Comic Neue";
  Font-size:1rem;
  Font-weight:700;
  padding: 1em;
  Margin: 1em;
  background-color: #F0EAD6;
  border: .25em solid #fca121;
  border-radius:40%;
}
#combo{
	text-decoration:underline;
}
#powers{
	border:.125rem solid black;
  margin-bottom:7em;
  display:flex;
  flex-direction:row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items:center;
}
.super{
  width:90%;
  background-color: #F0EAD6;
	Border:.25rem solid yellow;
  text-align:center;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  Font-size:1.5em;
  Margin:1rem;
  Padding: 1em;
}
.curve-L{
	border-radius: 20% 0 20% 0;
}
.curve-R{
	border-radius: 0 20% 0 20%;
}
.image{
	border:.5rem solid transparent;
	border-radius:25%;
  Margin: .25rem .125rem -.6rem .125rem;
}
.caption-title{
	Margin:.125rem .5rem .25rem .5rem;
  Font-style:italic;
  Text-decoration:underline;
  Font-size:700;
}
#power-1{
  text-shadow: 2px 2px 5px #de0202;
}
#power-2{
  text-shadow: 2px 2px 5px #de7b02;
}
#power-3{
	text-shadow: 2px 2px 5px #ded302;
}
#power-4{
	text-shadow: 2px 2px 5px #0214de;
}
#power-5{
	text-shadow: 2px 2px 5px #02d3de;
}
#power-6{
	text-shadow: 2px 2px 5px #02de65;
}
#power-7{
	text-shadow: 2px 2px 5px #a3de02;
}
#power-8{
	text-shadow: 2px 2px 5px #0094e3;
}
#power-9{
	text-shadow: 2px 2px 5px #9400e3;
}
#power-10{
	text-shadow: 2px 2px 5px #fa963e;
}
.caption{
  Text-align: Justify;
  Text-justify: auto;
  Font-family: "Comic Neue";
  Font-size:1rem;
  Font-weight:500;
  margin:1em;
}
@media (min-width:576px){
  .super{
  width:33.2%;
  }
}
@media (min-width:768px){
	.super{
  width:21.15%;
	}
}
@media (min-width:992px){
	.super{
  width:15.67%;
  }
}
