      body {
  margin: 0;
  font-family: Arial;
  font-size: medium;
  }
  th {
  font-size: 20px;
  }
  .fakelink {
    color: blue;
    text-decoration: none;
    cursor: pointer;
  }
  a {
      text-decoration: none;
  }
  h2 {
	margin-top: 0.7em;
	margin-bottom: 0.3em;
	padding-bottom: 0.2em;
	line-height: 1.0;
	padding-top: 0.5em;
	border-bottom: none;
}

.navbar {
  position: sticky;
  top: 0;
  overflow: hidden;
  background-color: #333;
}

.navbar a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 6px 26px;
  text-decoration: none;
  font-size: 18px;
 
}

.navbar-centered {
  float: none;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-40%, -50%);
}

.navbar-right {
  float: right;
}

.GFG { 
    width:100px;
    height:50px;
    background:SlateBlue;
    padding:10px;
    border-color: black;
    color:white;
    border-radius: 3px;
    border: 2px solid black;
}

