* {
font-family: poppins , sans-serif;
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
background: transparent;
}

body {
    background: rgb(30, 30, 30);
    color: white;
}
