2025-04-13 02:42:16 +02:00

13 lines
239 B
HTML

@tailwind base;
@tailwind components;
@tailwind utilities;
/* Fond océan pour l'ensemble du site */
body {
background: linear-gradient(180deg, #1e3c72, #2a5298);
min-height: 100vh;
margin: 0;
font-family: 'Arial', sans-serif;
}