/* Stili specifici per la pagina Missione Odessa */

body {
    background-color: #004B4F;
    background-image: linear-gradient(45deg, #014421, #004B4F);
    background-attachment: fixed;
    height: 100%;
    width: 100%;
}

.line-hover {
    transition: color 0.3s, background 0.3s;
    cursor: pointer;
}

.line-hover:hover {
    color: #fff;
    background: rgba(218, 218, 220, 0.08);
}
