* {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

html {
    box-sizing: border-box;
}
 

/* Optional: Additional resets for specific elements */
body, figure {
margin: 0;
}

 

/* Remove list styling */
ul, ol {
list-style: none;
}