
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
.image-icons {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	padding: 50px;
	flex-shrink: 1;
}

img {
	width: 50px;
	flex-shrink: 1;
}

.main-img {
	padding-top: 50px;
	width: 40%;
	max-width: 300px;
	display: flex;
	margin: auto;
	font-family: sans-serif;
}
.panel-img {
	padding-top: 50px;
	width: 70%;
	max-width: 600px;
	display: flex;
	margin: auto;
	font-family: sans-serif;
}

body {
	background-color: #111;
	margin: 0;
	
}

.size {
	background-color: #111;
	margin: 0;
	color: rgb(156, 155, 151);
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 20%;
	font-weight: 400;
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-size: 0.8em;
	padding: 10px 10px;
	
}
.blurb {
	
	background-color: white;
	padding: 40px 40px;
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;

}

.blurb > div {
	display: flex;
	align-self: center;
	justify-content: center;	
}

.blurb h2 {
	text-align: center;
	color: #111;
	font-weight: 400;
	font-optical-sizing: auto;
	font-size: 1.1em;
}
.blurb p {
	text-align: justify;
	text-justify: inter-word;
	line-height: 175%;
	max-width: 750px;
	font-size: 0.9em;
	

  }
.topbar {
	
	background-color: white;
	display: flex;
	padding: 10px;
	align-items: baseline;
	justify-content:space-around;
	gap: 40px;
	flex-wrap: wrap;
	background-color: white;
	font-family: "DM Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 1em;
	
	
	
	
}
.topbar a {

text-decoration: none;}
.topbar h2 {

	text-align: center;
	color: #111;
	font-weight: 400;
	
}
.topbar h3 {

	text-align: center;
	color: #111;
	font-weight: 400;
	
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #111;
	background-color: white;

  }
  

  
  li a, .dropbtn {
	display: inline-block;
	color: black;
	text-align: center;
	
	text-decoration: none;
	background-color: white;
  }
  
  li a:hover, .dropdown:hover .dropbtn {
	background-color: white; 
  }
  
  li.dropdown {
	display: inline-block;
  }
  
  .dropdown-content {
	position: absolute;
	background-color: white;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	margin-top: 10px;
	font-weight: 200;
	font-family: "DM Sans", sans-serif;
  }
  
  .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
  }
  
  .dropdown-content a:hover {background-color: #f1f1f1;}
