html {
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.pagination .page-item {
    margin: 0 5px;
    border-radius: 50%;
}

.pagination .page-item .page-link {
    border-radius: 50%;
}

blockquote {
    border-left: 2px solid #ccc;
    padding-left: 10px;
    margin: auto;
    font-style: italic;
}

.back-to-top {
    position: fixed;
    bottom: 5%;
    right: 1%;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease-in-out;
}

.back-to-top:hover {
    transform: scale(1.1);
}