body{
	/* background-color: lightgray; */
  font-family: "Sofia", sans-serif;
}
.logo{
	align-self: center;
	border-radius: 150px;
	border-style: solid;
	border-width: 1px;
	border-color:#414040;
}
.topnav {
	
	overflow: hidden;

	
	position: fixed;
  }
  
  .topnav a {
	float: left;
	display: block;
	color: #0c0c0c;
	text-align: center;
	padding: 7px 8px;
	text-decoration: none;
	font-size: 17px;
	font-weight: bolder;
  }
  
  .topnav a:hover {
	background-color: #ddd;

  }
  
  .topnav a.active {
	background-color: #414040;
	color: white;
  }
  
  .topnav .icon {
	display: none;
  }
  
  @media screen and (max-width: 600px) {
	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon {
	  float: right;
	  display: block;
	}
  }
  
  @media screen and (max-width: 600px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
	  position: fixed;
	  right: 0;
	  top: 0;
	}
	.topnav.responsive a {
	  float: none;
	  display: block;
	  text-align: left;
	}
  }

.mainDiv{
	overflow-x: auto;
	border-style: hidden;
	
	border-width: 1px;

	background-color: white;
	
	
	
	padding-left: 20px;
	

	margin: 10px;
	margin-left: 100px;
	margin-right: 100px;
}
div{

	border-style: solid;
	
	border-width: 1px;
	border-radius: 15px;
	padding-left: 20px;
	padding-top: 10px;
	margin: 10px;
	border-color: #414040;

	/* margin: 10px;
	margin-left: 100px;
	margin-right: 100px; */

}
.first{
	margin-top: 80px;
	display: flex;

}
h2{
	padding: 10px;
	align-self: center;
	text-align: center;
	background-color: white;
	border-radius: 10px;
	
	margin-left: 100px;
	margin-right: 100px;
}
hr{
	display: block;
	color: silver;


}
table{
	border: 1px solid;
	margin: 10px;
}
th, td{
	padding: 15px;
}
th{
	border-bottom: 1px solid;
}