
.round-corner
{
padding:1em;
border: 1px solid;
border-radius: 12px;
}
.record-label{ color:maroon; font-weight:600;}
.record-item{color:navy; font-weight:600;}
.title{color: purple; font-size: large; font-weight:600;}

.close-red 
{
        color:  #990000; /* Set the color of the X to red */
        opacity: 1; /* Ensure full visibility */
        position: absolute; 
        right: 0.25em;
}
.close-red:hover
{
        color:  #FFFFFF; /* Optional: Change color on hover */
	    background-color: #990000;  
   	    position: absolute; 
        right: 0.25em;
}