.table-content{
    width: 100%;
}
.table-content table{
    width: 100%;
    background: #f5f5f0;
}
.table-content table td{
    border-bottom: .1px solid #e0e0d1;
}

.table-content table thead{
    background: #9fbfdf;
}
.table-content table th{
    font-size: 16px;
    font-family: Arial,sans-serif;
    padding: 3px;
}
.table-content table tbody td{
    font-size: 18px;
    font-family: Arial,sans-serif;
    padding: 0.5rem 0;
}
.test{
    display: none;
}
.books{
    display: none;
}
.error{
    font-family: arial;
    font-size: 30px;
    color: #ff0000;
}
.login-table{
    width: 100%;
    padding: 4rem 0;
}
.login-row{
    width: 100%;
}
.login-column{
    width: 100%;
}
.upload-table{
    width: 100%;
}
.upload-row{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 2rem;
}


@media(min-width: 1024px){
    .table-content table th{
        font-size: 14px;
        padding: 10px;
    }
    .table-content table tbody td{
        font-size: 16px;
        padding: .5rem 0;
    }
    .error{
        font-size: 18px;
    }
}