/* styles.css file */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}

article {
    margin: 40px;
    padding: 30px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

header {
    text-align: center;
}

h1 {
    color: #0e3a20;
}

p {
    margin-bottom: 20px;
    font-size: 1.1em;
    line-height: 1.6em;
    color: #2f3439;
}

h2 {
    color: #202427;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 20px;
}


.signature {
    margin-top: 5% !important;
    text-align: right;
    bottom: 20px; /* Adjust this value to control the vertical position */
    right: 20px; /* Adjust this value to control the horizontal position */
    font-size: 18px; /* Adjust the font size as needed */
    font-weight: bold; /* Adjust the font weight as needed */
    color: #333; /* Adjust the color as needed */
    font-style: italic;
  }

