body {
    scroll-behavior: smooth;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

::-moz-selection {
    color: #f5f5dc;
    background: #92400e;
}

::selection {
    color: #f5f5dc;
    background: #92400e;
}

/*--------------------------------------------------------------
# Comment
--------------------------------------------------------------*/
.comment:not(.comment .comment) {
    border: 1px solid #e5e7eb;
    padding: 15px;
    border-radius: 0.5rem;
}

.comment-body .ml-4 {
    margin-left: 30px;
    padding-left: 15px;
}

@media (max-width: 768px) {
    .comment-body .ml-4 {
        margin-left: 5px;
        padding-left: 7px;
    }
}
