Text Gradient Example
    
      
/* For the body or root element */
body {
    font-size: 90%; /* Adjust font size */
}
/* For specific elements */
.element-class {
    width: 90%; /* Adjust width */
    height: 90%; /* Adjust height */
    /* You can also adjust other properties like padding, margin, etc. */
}