@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    background-color: black;
    text-align: center;
    color: rgb(200, 68, 252);
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 65px;
}

p {
    font-size: 40px;
}

#particles-js{
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    position: fixed;
    top: 0px;
    z-index:-1;
}

#domain, input, #rizz {
    background-color: black;
    color: rgb(200, 68, 252);
    outline: none;
    border-style: solid;
    border-radius: 2.5px;
    border-color: rgb(200, 68, 252);
    border-width: 2.5px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

label {
    color: rgb(200, 68, 252);
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}

input {
    width: 15%;
}