body {
    color-scheme: dark;
    background-color: #000000;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
#particles-js {
    width: 80vw;
    height: 80vh;
    
    &::before {
        content: 'Achill Fine Dining';
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.5);

        display: flex;
        justify-content: center;
        align-items: center;
    }

}