@import url("https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&family=Poppins:wght@400;500;600;700&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.home {
    background-image: url(../img/bg.webp);
    background-attachment: fixed;
    background-position: 0px -171px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px;
}

#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
}
