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

body {
    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: #a375d6;
    font-size: 6.5vh;
    font-weight: 500;
}

.main__menu {
    text-align: center;
    display: inline-flex;
}

.main__menu > * {
    margin: 0 1.8vh 0 1.8vh;
    color: white;
}

.main__menu > * > a {
    text-decoration: none;
    color: #cccccc;
    font-size: 2.3vh;
}

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