.container {
    padding: 20px;
}

h1 {
    font-size: 22px;
    margin-bottom: 20px;
}

.input-section {
    margin-bottom: 20px;
}

#keyword-input {
    min-height: 100px;
    font-size: 16px;
}

#search-btn {
    width: 100%;
    padding: 14px;
    font-size: 16px;
}

.result-section h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

table {
    font-size: 14px;
}

th, td {
    padding: 10px 8px;
}

th:nth-child(3),
td:nth-child(3) {
    display: none;
}

