body {
  background: repeating-linear-gradient(
  90deg,
  #0b6623,
  #0b6623 60px,
  #1f8f3a 60px,
  #1f8f3a 120px
);
  margin: 0;
  padding-top: 50px;
  font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align: center;
  background-color: white;

  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  overflow: auto;
}

li {
  margin: 0;
}

.logo img {
  height: 50px;
  margin-left: 10px;
}

.right-image img {
  height: 50px;
  margin-right: 10px;
}

.logo {
  margin-right: 20px;
}

.right-image {
  margin-left: 20px;
}

li:not(.logo):not(.right-image) {
  flex: 1;
  text-align: center;
}

li a {
  display: block;
  color: black;
  padding: 14px;
  text-decoration: none;
}

li a.active {
  background-color: #555;
}

li a:hover:not(.active) {
  background-color: black;
  color: #0b6623;
}

p {
  font-size: 20px;
}

.nextpage-button {
  position: fixed;
  bottom: 20px;
  right: 20px;

  background-color: #333;
  color: white;
  padding: 10px 15px;

  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
}

.nextpage-button:hover {
  background-color: #555;
}
