.highlight {
    color: #0d6efd;
    font-weight: bold;
}

.feature-list {
    margin-top: 20px;
    list-style-type: none;
    padding-left: 0;
}

.feature-list li {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.hero-section {
    padding: 40px 20px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.cta-buttons {
    margin-top: 30px;
}

.feature-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-register-column {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.hero-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
}