.custom-container {
    padding: 20px;
    text-align: center; /* Center-align text content */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
  }

body {
    font-family:Arial, Helvetica, sans-serif;
}