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

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