body{
    background-color: #87ceeb !important;
    font-family: 'Verdana', sans-serif;
}

.custom-btn {
    border-color: white;
    color: white;
}

.custom-btn:hover {
    background-color: lightgray;
    border-color: lightgray;
}

.custom-margin{
    margin-left: 0.1% !important;
}

#sign-in-div{
    font-family: 'Verdana', sans-serif;
    text-align: center;
    margin: 10% 0% 0px 30%;
    color: #87ceeb;
    border: 3px solid white;
    border-radius: 5px;
    background-color: white;
    position: absolute;
    width: 40%;
    height: 60%;
}

#sign-in{
    margin-bottom: 10%;
}

#sign-in-submit{
    font-family: 'Verdana', sans-serif;
    background-color: #87ceeb;
    border: 5px solid #87ceeb;
    border-radius: 2px;
    color: white;
    width: 20%;
    margin-top: 5%;
    margin-bottom: 5%;
}

#sign-in-form input[type="text"],
#sign-in-form input[type="password"] {
    width: 90%;
    padding: 10px;
    margin-bottom: 1px;
    /*border: 1px solid #ccc;
    border-radius: 4px;*/
    box-sizing: border-box; /* Ensure padding and border are included in the width */
}

#sign-in-form input[type="submit"] {
    padding: 2px;
    background-color: #87ceeb;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#sign-in-form input[type="submit"]:hover {
    background-color: #c9eaf7;
}

#bar {
    font-family: 'Verdana', sans-serif;
    text-align: left;
    color: #87ceeb;
    border: 3px solid white;
    border-radius: 15px;
    margin-left: 0.75%;
    margin-top: 1%;
    background-color: white;
    width: 97%;
    height: 0.0001%;
    display: flex; 
    list-style-type: none;
    align-items: center; /* Center items vertically */
    padding: 1px; /* Add some padding */
}

#bar ul {
    display: flex; /* Make the list items flex */
    list-style-type: none; /* Remove bullet points */
    padding: 0; /* Remove default padding */
}

#bar li {
    margin-right: 15px; /* Add some space between list items */
}

#home {
    width: 100%;
    max-width: 90px;
    height: auto;
    overflow: auto;
    display: inline; 
    box-sizing: border-box;
    margin-top: 1%;
    margin-right: 5px;
    margin-left: 10%;
}

#books{
    font-size: 44px;
    margin-left: 40%;
    margin-top: 15%;
    font-family: 'Verdana', sans-serif;
    text-align: left;
    color: #87ceeb;
    display: inline-block; 
    text-decoration: none;

}

#read-book{
    margin-top: 2vh;
    margin-left: 4vw;
    width: 90vw;
    height:75vh;
}

/* Leaderboard specific styles */
.table-responsive {
    border-radius: 10px;
    overflow: hidden;
}

.table thead th {
    background-color: white;
    color: #87ceeb;
    font-size: 1.1rem;
}

.table tbody tr:hover {
    background-color: rgba(135, 206, 235, 0.1);
}

.table {
    background-color: white;
    border-radius: 10px;
}

.badge.leaderboard-badge {
    color: black !important;
    background-color: transparent;
    font-size: 1em;
    padding: 0;
    border: none;
}