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

body{
    color:rgb(30, 30, 30) ;;
    background: white;
    overflow: hidden;
    overflow-y: scroll;
}