.text-with-stroke {
    -webkit-text-stroke-width: 1px; /* Width of the stroke */
    -webkit-text-stroke-color: white; /* Color of the stroke */
    color: white; /* Color of the text */
    paint-order: stroke fill; /* Ensures the stroke is drawn first, then the fill */
}


.resizable-background {
    background-image: url('../../images/realisation-title-bg.png');
    background-size: 720px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1.0;
    position: relative;
}
