table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    text-align: justify;
    padding: 8px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.homepage-image {
    max-width: 100%;
    height: auto;
    max-height: 400px;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.welcome-section {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 120px);
}

.text-center {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 120px);
}