body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f8f9fa;
}

h1, h2, h3 {
  color: #1a1a1a;
}

#hosokh1 {
  color: #f8f9fa;
}

.navbar-brand {
  font-weight: bold;
}

.navbar-nav .nav-link.active {
  font-weight: bold;
  color: #ffffff !important;
}

footer {
  padding: 1rem 0;
  border-top: 1px solid #dee2e6;
  margin-top: 2rem;
  text-align: center;
  font-size: 0.9rem;
}

.table th, .table td {
  vertical-align: middle;
}

form .form-label {
  font-weight: 500;
}

.btn {
  min-width: 120px;
}

img {
  border-radius: 0.5rem;
}

section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

nav ul.nav {
  justify-content: center;
}

.carousel-inner img {
  height: 700px;
  object-fit: cover;
  width: 100%;
}

.footer-link {
  color: #0d6efd;
  text-decoration: underline;
}

.footer-link:visited{
  color: purple;
}

.skip-to-content {
  position: absolute;
  left: -9999px;
  top: 1em;
  z-index: 999;
  background: #0d6efd;
  color: white;
  padding: 0.5em 1em;
  border-radius: 3px;
  text-decoration: none;
  transition: left 0.3s;
}

.skip-to-content:focus {
  left: 1em;
  outline: 3px solid #0d6efd;
}
