a {
    color: inherit;
    text-decoration: none;
}

.index-table{
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

.index-item-title{
    color: rgb(52, 64, 84);
    padding-left: 20px;
}

td{
    padding-bottom: 20px;
}

.line-divider {
    width: 100%;
    height: 1px;
    background-color: #999ba0;
}

.post{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 700px;
    line-height: 1.5;
    margin-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

.post-title{
    color: rgb(52, 64, 84);
    font-size: 40px;
}

.post-body{
    margin-top: 30px;
}

.big-dot{
    color:  rgb(0, 145, 255);
    font-size: 70px;
    border-radius: 50%;
}

.center-align-sentence {
    display: block;
    margin: 0 auto; /* Center-align the element */
    text-align: center; /* Center-align the text within the element */
}

.right-align-sentence {
    display: block;
    margin: 0 auto; /* Center-align the element */
    text-align: right; /* Center-align the text within the element */
}

.books{
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

/* Dropdown menu styling for better visibility */
.dropdown-list {
    background-color: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
}

.w-dropdown-link {
    color: #222222 !important;
    font-weight: 500;
    opacity: 1 !important;
}