.copyr {
    text-align: left; /* Align text to the left */
    font-size: clamp(0.7em, 2vw + 0.4em, 0.9em); /* Scalable font size */
    font-family: sans-serif;
    margin: 0 auto; /* Center the text block */
    line-height: 1.4em; /* Adjusted line height for better readability */
    padding: 10px 0; /* Vertical padding for breathing space */
    max-width: 600px; /* Restricts width for controlled wrapping */
    overflow-wrap: break-word; /* Allows long words to break */
    hyphens: auto; /* Enables hyphenation for better line breaks */
}
