* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;    
    font-family: Arial, sans-serif;
}

::-webkit-scrollbar {
    display: none;
}

.seo-content {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

form {
    padding: 30px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
}

th,
td {
    border: 1px solid black;
    padding: 6px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

.text_center th,
.text_center td {
    text-align: center;
}

.download-btn {
    width: 156px;
    height: 56px;
    background-color: #28a745;

    display: flex;
    align-items: center;
    justify-content: center;
    
    color: #fff;
    font-size: 16px;
    text-decoration: none;

    border: none;
    cursor: pointer;
    border-radius: 5px;
}