/* style_background.css */

/* Style pour l'arrière-plan */
body {
    background-image: url('../Images/voip-3.png');
    background-size: cover; /* Assurez-vous que l'image couvre tout l'arrière-plan */
    background-position: center; /* Centrer l'image */
    background-repeat: no-repeat; /* Ne pas répéter l'image */
}
