body {
  background: linear-gradient(to right, #BFC5D6 0.01in, transparent 0.01in),
              linear-gradient(to bottom, #BFC5D6 0.01in, transparent 0.01in),
              #EFEFF3;
  background-size: 0.22in 0.22in, 0.22in 0.22in, auto;
  margin-top: 0;
}

#tab-wrapper {
  width: 100%;
}

#tabs {
  width: 80%;
  margin: 0 auto;
  position: sticky;
  top: 0;
  text-align: right;
  font-family: sans-serif;
  z-index: 1000;
}

.tab {
  display: inline-block;
  margin: 0 5px;
  padding: 10px;
  font-weight: bold;
  font-size: small;
  color: white;
  font-family: sans-serif;
  background-color: #1D4982;
  border: 1px solid #1D4982;
}

.tab a {
  color: white;
  text-decoration: none;
}

.tab:hover {
  background-color: #4A6FA1; /* Or any other color you prefer */
}

.tab a:hover {
  text-decoration: underline;
}

#main-content {
  margin: 0 auto;
  width: 80%;
}

h1 {
  font-family: sans-serif;
  margin: 20px auto;
  width: 100%;
  text-align: left;
  color: #1D4982;
}

.entry-content {
  background-color: white;
  font-family: sans-serif;
  padding: 20px;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #999999;
  text-align: left;
}
