@import url('https://fonts.googleapis.com/css2?family=Mali&family=Taviraj:wght@400;600&family=Ubuntu:wght@400;700&display=swap');
::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-track{
    border-radius: 5px;
    box-shadow: inset 0 0 10px rgb(169, 111, 196);
}
::-webkit-scrollbar-thumb{
    border-radius: 5px;
    background-color: rgb(169, 111, 196);
}
html {
    scroll-behavior: smooth;
}
body{
    min-height: 100vh;
    background: linear-gradient(#4e355f,#000);
    color: #fff;
    font-family: 'Taviraj',sans-serif;
}
h1{color: #000;}h2{color: #000;}h3{color: #000;}h4{color: #000;}h5{color: #000;}
.card p{
    color: #000;
}
.ubuntu{
    font-family: 'Ubuntu',sans-serif;
}
.parallax{
    background-image: url('./img/thumbnail.jpg');
    background-attachment: fixed;
    position: relative;
    display: flex;
    background-position: center,center;
    background-repeat: no-repeat;
    background-size: cover;
}
li, hr{
    color: #000;
}
a, a.remove-link, a.remove-link:visited, a.remove-link:active , a:hover{
    text-decoration: none;
}