


body {
    font-family: "Courier New";
}


table {
    width: 100%;
    border-collapse: collapse
}

th, td {
    padding: 8px;
    text-align: left;
}


.underline {
    border-bottom: 1px solid black;
}

.sticky{
    position: sticky;
    background-color: white; /* Set a background color for the sticky header */
}

.table-header {
    margin: auto;
    padding: 10px;
    top: 70px;
}



.input-placeholder {
    top: 0;
    background-color: white;
    padding: 20px;
}


.input-container {
    border-color: black;
    border-radius: 25px;
    height: 30px;
    width: 500px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media all and (max-device-width: 700px ) {
    body {
       font-size: 4vw;
    }

    .input-container {
        width: 90%;
        height: 75px;
        font-size: 40px;
    }

    .table-header {
        padding: 30px;
        top: 100px;
    }
}


.not-owned-book {
    background-color: rgba(255, 247, 194, 0.8);
}