body {
  padding-top: 10px;
}

.navigation-links {
  font-size: 1.1rem;
  list-style-type: none;
  padding-left: 0;
}

.navigation-links a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 8px;
  transition: background-color 0.2s;
}

.navigation-links a:hover {
  background-color: #f8f9fa;
}
.navigation-links a.active {
  color: #fff; /* Change the text color to white */
  background-color: #009688; /* Change the background color to blue */
  padding: 10px; /* Add some padding */
}

.main-content {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
  .d-flex.flex-column-reverse-sm {
    flex-direction: column-reverse;
  }
}

.header_section {
  font-size: 1.5rem;
}

.text_section {
  font-size: 1.3rem;
}

.user_newline {
  white-space: pre-line;
}
