body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 20px;
  background-color: #2c3e50;
  color: #fff;
}

.logo {
  display: flex;
  justify-content: start;
  margin-bottom: 10px;
  padding: 0;
}

.logo img {
  height: 1.9rem;
  margin-top: 0px;
}

.container {
  max-width: 800px;
  margin: auto;
  background: #506077;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1,
h2,
h5 {
  color: white;
}

h1 {
  text-align: center;
}

h2 {
  border-bottom: 2px solid #a3bcc2;
  padding-bottom: 5px;
}

h5 {
  text-align: center;
  color: #a3bcc2;
}

h5 a {
  color: #c8e0e6;
  text-decoration: none;
  transition: color 0.3s ease;
}

p {
  text-align: justify;
}

ul {
  padding-left: 20px;
}

.table-container {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  min-width: 600px;
}

th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

th {
  background-color: #5f738f;
}

@media (max-width: 375px) {
  .logo img {
    height: 1.6rem;
  }
}
