/* Start custom CSS */body {
  font-family: 'Times New Roman', sans-serif;
  line-height: 1.6;
  color: #2B2B2B;
  background-color: #F8F8F8;
  margin: 0;
  padding: 2rem;
}

h1,
h2 {
  color: #004B8D;
  align-items: center;
}

h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
}

p {
  margin-bottom: 1rem;
}

.container {
  max-width: 900px;
  margin: auto;
  background-color: #FFFFFF;
  padding: 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

img {
  height: 65px;
  width: 65px;
  float: right;
}/* End custom CSS */