/* style.css */
body {
  font-family: "Segoe UI", sans-serif;
  background-color: #ffffff;
  color: #222;
  margin: 0;
  line-height: 1.6;
}

header {
  background: #001338;
  color: white;
  padding: 2rem 0.5rem;
  text-align: center;
}

header h1 {
  margin: 0;
  font-size: 2rem;
}

nav {
  background: #e0e0e0;
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
  font-weight: bold;
}

nav a {
  color: #004080;
  text-decoration: none;
}

nav a:hover {
  text-decoration: underline;
}

main {
  max-width: 900px;
  margin: 2rem auto;
  padding: 0 1rem;
}

h2 {
  color: #004080;
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.3rem;
}

footer {
  background: #f5f5f5;
  text-align: center;
  padding: 1rem;
  font-size: 0.9rem;
  color: #666;
}

.site-header {
  position: relative;
  padding: 10px;
}

.logo-container {
  position: absolute;
  top: 20px;
  right: 20px;
}

.logo-image {
  height: 170px; /* Adjust size as needed */
  width: auto;
}

.profile-img {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  max-width: 250px;
  height: auto;
  border-radius: 8px;
}

.vmi-img {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  max-width: 250px;
  height: auto;
  border-radius: 8px;
}

.ims-img {
  float: left;
  margin-left: 5px;
  margin-bottom: 20px;
  max-width: 800px;
  height: auto;
  border-radius: 8px;
}
