header {
    text-align: center;
  }
  

  hr {
    border: 0;                    /* Remove default border */
    height: 5px;                  /* Thickness of the line */
    background-color: #5598cfe0;       /* Color of the line (dark gray) */
    margin: 10px 2;
    max-width: 950px; 
    border-radius: 20px;              /* Space above and below the line */
}

/* For all header tags (h1, h2, h3, h4, h5, h6) */
h1, h2, h3, h4, h5, h6 {
    font-size: 2em; /* Adjust the size as needed */
}

/* For specific headers */
h1 {
    font-size: 3em; /* Adjust the size for h1 */
}

h2 {
    font-size: 2.5em; /* Adjust the size for h2 */
}

h3 {
    font-size: 2em; /* Adjust the size for h3 */
}

/* You can continue with other headers as needed */


/* Increase font size for all paragraphs */
p {
    font-size: 24px; /* Adjust the size as needed */
}

button {
    align-items: center;
}



