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, #00426a, #5474b2);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

main h3 {
  font-size: 36px;
  font-weight: 600;
  background-image: radial-gradient(circle, #00426a, #5474b2);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

main h2 {
  font-size: 26px;
  font-weight: 600;
  background-image: radial-gradient(circle, #00426a, #5474b2);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  text-align: center;
}

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

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

.st_2 {
	background-color: #53565b !important;
	color: #fff;
}

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

.st_4 {
	background-color: #e9f2fa !important;
}s

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

.st_6 {
	background-color: #5474b2 !important;
	color: #fff;
}

.st_7 {
	background-color: #00426A !important;
	color: #fff;
}