#particles-js {
    width: 100%;
    height: 100vh;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -999;
}

body {
    background-color: #000000;
}

* {
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
}

button {
    background: rgb(156, 118, 245);
    background: linear-gradient(99deg, rgba(156, 118, 245, 1) 0%, rgba(122, 84, 241, 1) 100%);
    border-radius: 10px;
    border: none;
    padding: 10px 20px;
}

.container {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.content {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    margin: 0;
}

h1 {
    font-size: 45px;
    margin: 15px;
}

h2 {
    font-size: 35px;
}