@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');


html {
    font-family: "Hind Siliguri", sans-serif;
    background-image: url("background.png");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 2em;
    color: white;
    overflow: overlay;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}


.shan {
    border: solid 0.2px black;
    height: 200px;
    width: 200px;
    border-radius: 100px;

}

.shandepress {
    position: relative;
    border: solid 0.2px black;
    height: 400px;
    width: 800px;
    border-radius: 20px;
    top: 30px
}


header {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
}

.main {
    position: relative;
    top: 100vh;
    text-align: left;
    padding: 3em;
    margin: 0;
    height: 100%;
    width: 100%;
}

::-webkit-scrollbar {
    height: 10px;
    width: 8px;

}

::-webkit-scrollbar-track {
    background: darkorange
}

::-webkit-scrollbar-thumb {
    background-color: green;
    background-image: url("scroll.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
