html, body {
	font-family: "Nunito", sans-serif;
	font-size: 15px;
}
main h1 {
  font-size: 36px;
  font-weight: bold;
  color: #00426a;
  text-shadow: 1px 10px 5px rgba(16, 16, 16, 0.5),
             1px 15px 10px rgba(16, 16, 16, 0.4),
             1px 20px 30px rgba(16, 16, 16, 0.3),
             1px 25px 50px rgba(16, 16, 16, 0.2);
  text-align: center;
}

main h4 {
  font-size: 22px;
  font-weight: 600;
  background-image: radial-gradient(circle, #553c9a, #ee4b2b);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

main h3 {
  font-size: 36px;
  font-weight: 600;
  background-image: radial-gradient(circle, #553c9a, #ee4b2b);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

main h2 {
  font-size: 30px;
  font-weight: 600;
  background-image: radial-gradient(circle, #553c9a, #ee4b2b);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  text-align: center;
}

.head h2 {
  font-weight: 600;
  color: #fdfdfe;
  text-shadow: 0px 0px 5px #b393d3, 0px 0px 10px #b393d3, 0px 0px 10px #b393d3, 0px 0px 20px #b393d3;
}

.st_1 {
	background-color: #ed8936 !important;
	color: #fff;
}

.st_2 {
	background-color: #48bb78 !important;
	color: #fff;
}

.st_3 {
	background-color: #f56565 !important;
	color: #fff;
}

.st_4 {
	background-color: #4299e1 !important;
	color: #fff;
}

.st_5 {
	background-color: #ffff99 !important;
}

.st_6 {
	background-color: #CC99FF !important;
}

.st_7 {
	background-color: #CCCCCC !important;
}