body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  color: #111;
  line-height: 1.6;
}

.top-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.header-left {
  flex: 1;
}

.header-right {
  flex-shrink: 0;
}


.header-right img {
  width: 450px;          /* reduced size */
  height: auto;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.container {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

header {
  margin-bottom: 30px;
}

h1 {
  font-size: 32px;
  margin-bottom: 5px;
  color: #0645ad;   /* blue */
}

.subtitle {
  font-size: 16px;
  color: #444;
}

.contact {
  font-size: 14px;
  margin-top: 10px;
}

h2 {
  font-size: 22px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
  margin-top: 30px;
  color: #0645ad;   /* blue */
}

p {
  margin: 10px 0;
}

ul {
  margin-left: 20px;
}

li {
  margin-bottom: 6px;
}

a {
  color: #0645ad;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

footer {
  margin-top: 40px;
  font-size: 13px;
  color: #666;
  text-align: center;
}

.email-image {
    height: 20px;      /* try 18px–24px */
    width: auto;       /* keeps aspect ratio */
    vertical-align: middle;
}
