/* Background */

body { 
    background-color: rgb(0, 0, 0); 
    margin: 0; 
    overflow-x: hidden;
}

p {
    margin: 0;
}