body {
  margin: 5px;
  font-family: Helvetica, sans-serif;
}
.table2{
   width:80%;
   text-align:center;
   overflow: hidden;
}
.table1{
   width:50%;
   border: transparent;
   text-align:center;
   overflow: hidden;
}
.table1 th, td{
   padding:3px;
   font-size:18px;
   font-family:Georgia;
   background:linear-gradient;(top, #3c3c3c 0%, #222222 100%);
   background:-webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(27,30,33);
    color: white;
    padding: 15px 30px;
}
.nav-links{
    list-style: none;
    display: flex;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
}
.nav-links a {
    color: white;
    text-decoration: none;
} 
.nav-links a:hover {
    color: orange;
    text-decoration: underline;
}
.logo {
    font-weight: 800;
    font-size: 40px;
    color: darkgreen;
}
/*
.main_container{
	margin: 4px;
	width: 860px;
	padding: 10px;
	border: 1px solid #00000;
	min-height: 400px;
	border-top: none;
}
.main_container p {
	font-size: 14px;
	margin: 4px;
	padding: 0;
}
*/