body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    background-color: rgb(125, 218, 249);
}
::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(7, 39, 223);
    background: rgb(162, 205, 247);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: rgb(52, 120, 245);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(104, 143, 250);
}

header{
    padding: 10px;
}

h6{
    font-family: 'Raleway';
    font-weight: bold;
    font-size: 24px;
    color:darkred;
    text-shadow: 4px 4px 4px rgba(88, 88, 88, 0.3);
}

h6 span{
    font-family: 'Raleway';
    font-weight: bold;
    font-size: 24px;
    color: blue;
    text-shadow: 4px 4px 4px rgba(88, 88, 88, 0.3);
}
#backtotop{
    color: rgb(253, 5, 5);
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

.bookmark-link {
    color: darkred;
}
.offcanvas-body, .offcanvas-header, .offcanvas-title {
    background-color: rgb(125, 218, 249);
}
.list-group-item{
    background-color: rgb(125, 218, 249);
}
.list-group-item-action:hover{
    background-color: rgb(251, 251, 252);
}
