@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap');

body {
	background: #F4F6F7;
	font-family: "Poppins", Verdana, Times;
	font-size: 1.1em;
	font-weight: 500;
	font-style: normal;
	margin: 0;
}

h1 {
	color: DodgerBlue;
	font-size: 1.9em;
	text-align: center;
}

h2 {

	font-size: 1.6em;
	text-align: center;
}

h2 a {
		color: #ff6600;
}

a  {
	color: DodgerBlue;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: DeepPink;
}

img, video {
	max-width: 100%;
	border-radius: 10px;
}


.icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  grid-gap: 20px;
  justify-items: center;
  align-items: center;
  text-align: center;
}

.icon-grid figure {
  min-width: 330px;
	background: white;
	margin: 5px;
	padding: 5px;
	border: double;
}

.icon-grid img {
  max-width: 60px;
  height: auto;
  margin-bottom: 10px;
}

.icon-grid figcaption {
  font-size: 1.1em;
  color: #333;
}
