body {
  display: inline-block;
  margin-top: 6px;
  font-family: Arial, sans-serif;
  margin: 0 15%;
  line-height: 1.6;
  color: #333;
}

header,
footer {
  text-align: center;
}

.header-content {
  display: flex;
  align-items: center; /* Vertically center the items */
  gap: 20px; /* Space between the image and the text */
}

.text-content {
  margin-bottom: 5px;
  text-align: left;
  margin: 0;
}

.greyscale-logo {
  filter: grayscale(100%);
  width: 20px;
  height: auto;
}

.greyscale-logo:hover {
  filter: grayscale(100%);
  transform: scale(1.1);
}

.project-image-large {
  /* align-content: center;
    float: right; */
  width: 800px;
  height: auto;
}

.project-image-medium {
  /* align-content: center;
    float: right; */
  width: 450px;
  height: auto;
}

.project-image-small {
  align-content: center;
  float: right;
  width: 250px;
  height: auto;
}

header h1 {
  margin-bottom: 5px;
}

header p {
  margin: 5px 0;
}

section {
  margin-bottom: 40px;
}

h2 {
  color: #00539c;
  border-bottom: 2px solid #00539c;
  padding-bottom: 5px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}

ul {
  list-style-type: square;
  margin-left: 20px;
}

a {
  color: #00539c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

hr {
  border: none;
  height: 1px;
  background-color: #ccc;
  margin: 20px 0;
}

.counter {
  color: #333;
  margin-bottom: 1.5rem;
}

.error-message {
  color: red;
  margin-top: 1rem;
}
