/* general settings */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
}

body {
    background: radial-gradient(ellipse at bottom, #151e26 0%, #090A0F 100%);
    background-attachment: fixed;
    background-size: cover;
}

/* Remove scrollbar */
body {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body::-webkit-scrollbar {
    display: none;
}