body {
    font-family: "Segoe UI", sans-serif;
}

form label {
    font-weight: 500;
}

.opacity-75 {
  opacity: 0.75;
}

a {
    color: #000;
    text-decoration: underline dotted;
}

a:hover {
    color: #333;
    text-decoration: underline solid;
}

footer img {
    margin-top: 5px;
}

img[alt="Logo Serenus"] {
    filter: grayscale(0);
    opacity: 1;
}

img[alt="Logo AtmosAI"] {
    opacity: 0.7;
    transition: opacity 0.3s;
}

img[alt="Logo AtmosAI"]:hover {
    opacity: 1;
}