@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

html::-webkit-scrollbar {
    width: 7px;
}

html::-webkit-scrollbar-track {
    background-color: #424242;
}

html::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid transparent;
    background-clip: content-box;
    background: rgb(119, 119, 119);
}

body {
    padding-top: 60px;
}

h2,
h3 {
    margin-bottom: 32px;
}

hr {
    margin-top: 50px;
    margin-bottom: 50px;
}

.card img{
    width: 256px;
    height: 256px;
}

.comp img{
    width: 128px;
    height: 128px;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 1;
    border: 1px solid;
}

#slam:hover{
    background-color: rgb(45, 45, 45);
    transition: 250ms;
}