diff --git a/backend/src/main/resources/get/cesare.html b/backend/src/main/resources/get/cesare.html
index c66ccee..c82279a 100644
--- a/backend/src/main/resources/get/cesare.html
+++ b/backend/src/main/resources/get/cesare.html
@@ -4,6 +4,7 @@
CryptoSeals - Cesare
+
diff --git a/backend/src/main/resources/get/rsa.html b/backend/src/main/resources/get/rsa.html
index d9a67a5..f87e784 100644
--- a/backend/src/main/resources/get/rsa.html
+++ b/backend/src/main/resources/get/rsa.html
@@ -3,6 +3,7 @@
CryptoSeals - RSA
+
diff --git a/backend/src/main/resources/get/style.css b/backend/src/main/resources/get/style.css
index 4d3a744..0c9a7b5 100644
--- a/backend/src/main/resources/get/style.css
+++ b/backend/src/main/resources/get/style.css
@@ -213,6 +213,43 @@ footer a {
text-decoration: none;
}
+/* Stili speciali solo per le card del team */
+ .team-container {
+ display: flex;
+ justify-content: center;
+ gap: 30px;
+ flex-wrap: wrap;
+ margin-top: 40px;
+ }
+
+ .team-card {
+ background: #f3f4f6;
+ padding: 30px 20px;
+ border-radius: 15px;
+ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
+ width: 280px;
+ text-align: center;
+ transition: transform 0.3s;
+ }
+
+ .team-card:hover {
+ transform: translateY(-10px);
+ /* Effetto sollevamento al passaggio del mouse */
+ box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
+ }
+
+ .avatar {
+ font-size: 60px;
+ margin-bottom: 15px;
+ }
+
+ .ruolo {
+ color:#10b981;
+ font-weight: bold;
+ margin-bottom: 10px;
+ font-size: 14px;
+ }
+
/* --- RESPONSIVE --- */
@media (max-width: 768px) {
.crypto-columns {
diff --git a/backend/src/main/resources/get/team.html b/backend/src/main/resources/get/team.html
index f94edc4..4721dc3 100644
--- a/backend/src/main/resources/get/team.html
+++ b/backend/src/main/resources/get/team.html
@@ -4,45 +4,9 @@
CryptoSeals - Il Team
+
-
+
@@ -72,16 +36,16 @@
👨💻
Elisabetta Raione
-
Lead Developer Java & Web
-
Si occupa dell'architettura del server Javalin e
+
Foca 1
+
Si occupa dell'architettura del server Javalin e
dell'integrazione con il frontend.
🕵️♂️
Manuela Mango
-
Esperto Crittografia
-
Specializzato nell'implementazione matematica degli algoritmi
+
Foca 2
+
Specializzato nell'implementazione matematica degli algoritmi
RSA e Vigenère.