


.underline{
    text-decoration: underline;
}

.centeredImageSafety  {
    display: flex;
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
    }
