.navbar {
  overflow: hidden;
  background-color: #e7e7e5;
  position: sticky; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  height: 50px;
  border-radius: 15px;
  outline-width: 3px;
  outline-style: solid;
  outline-color: rgb(171,31,45);
  display: flex;
  justify-content: center;
  overflow: hidden;
  }

  /* Links inside the navbar */
.navbar a {
  /* float: left; */
  display: block;
  color: #000000;
  text-align: center;
  padding: 16px 16px;
  text-decoration: none;
  justify-content: center;
  }
  
  /* Change background on mouse-over */
.navbar a:hover {
  background: #ddd;
  color: black;
  }

.center { 
  text-align: center;
  }

.center table { 
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  }

body {
  font-family: verdana, sans-serif;
  background: #373737;
  color: #ffffff;
  }

.href{
  color: #000000;
  position: relative;
  top: 24px;
  left: 10;
  }

a:link {
  color: #000000;
  background: transparent;
  font-family: Verdana;
  text-decoration: none;
  }

a:visited {
  color: #AAAAAA;
  background: transparent;
  }

a:hover {
  color: rgb(171,31,45);
  }

.small {
  font-size: 75%;
  }

.large {
  font-size: 200%;
  color: #000000;
  font-family: Verdana;
  padding: 0px 0px;
  }

.tiled {
  background-image: url(".tile.png");
  background-repeat: repeat-x;
  background-color: #000000;
  padding: 0;
  }

.thumb {
  background-color: #373737;
  text-align: center;
  vertical-align: middle;
  }

.slide {
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  }

.stick {
  background-color: #e7e7e5;
  position: sticky;
  top: 0;
  padding: 0px 0px;
  }



h2{
  padding: 0px 0px 0px 0px;
  color: #000000;
  text-decoration: none;
  font-family: Verdana;
  text-decoration: none;
  font-weight: normal;

  }