body {
  font-family: "Barlow", Arial, sans-serif;
  margin: 0;
  padding: 0;
}

* {
  font-family: "Barlow", Arial, sans-serif;
}

.header {
  background-color: #000;
  color: #fff;
  padding: 20px;
  text-align: center;
}
.menu {
  background-color: #333;
  overflow: hidden;
  text-align: center;
}
.menu a {
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
}
.menu a:hover {
  background-color: #111;
}
.content {
  text-align: center;
  padding: 20px;
  font-size: 22px; /* Adjusted to accommodate differences */
}
.content img {
  max-width: 100%;
  height: auto;
  margin-right: 20px; /* Added for consistency */
  flex: 1 1 auto; /* Adjust the flex-basis as needed */
  height: auto;
}

.content p {
  font-size: 24px; /* Adjusted to the larger size found */
  margin-bottom: 20px;
  text-align: left;
}

.content div {
  margin: 0 auto;
  max-width: 800px;
  text-align: justify;
}
.footer {
  background-color: #000;
  color: #fff;
  padding: 20px;
  text-align: center;
}
.footer p {
  margin: 5px 0;
}
.footer p.bold,
.department {
  font-weight: bold;
}
.department {
  text-decoration: underline;
  margin-top: 15px;
  margin-bottom: 5px;
}

.container {
  display: flex;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}
