/* CSS styles for the title */
.zabsolute_title {
    
    background-color: #167190; /* Default background color in Django admin title bar */
    color: #f2ff00; /* Blue color used in Django administration */
    padding: 20px; /* Add padding for better visibility */
    text-align: center; /* Center the text */
    font-size: 24px; /* Adjust font size */
    font-weight: bold; /* Make the text bold */
    margin-bottom: 20px; /* Add margin to separate it from other content */
}