@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

body {
    margin: 0;
    height: 100vh;
    overflow: hidden;
    background: #161616;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #cccccc;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.main-content {
    display: block;
}

.main__text_el {
    color: #3255DF;
    font-size: 6.5vh;
    font-weight: 500;
}

#particles-js {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0;
}