:root {
    --background-color: #333647;
    --primary-color: #F9650B;
    --secondary-color: #bbbbbb;
    --text-color: #fff;
}

body {
    background-color: var(--background-color) !important;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

canvas.particles-js-canvas-el {
    position: absolute;
    height: 100% !important;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: -10000;
    margin: 0px;
}