body {
    background: #002770 url("/static/assets/bateau.jpg") fixed no-repeat center center;
    background-size: cover;
    color: #eaeaea;
    font-family: 'Cinzel', serif;
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    color: #d4af37;
    text-shadow: 0 0 6px rgba(212,175,55,0.6);
}

a {
    color: #cfa935;
    transition: color 0.3s;
}

a:hover {
    color: #fff799;
    text-decoration: none;
}

.navbar-brand, .nav-link {
    font-weight: bold;
    font-size: 1.1rem;
}

.chatbox {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #f0e6d2;
}

#chat-log strong {
    color: #d4af37;
}

#chat-log span {
    color: #eaeaea;
}
.card {
    background-color: rgba(0, 38, 109, 0.9);
    border-radius: 1rem;
    border: 1px solid #444;
}

.text-warning {
    color: #d4af37 !important;
}

.text-light {
    color: #eaeaea !important;
}

input.form-control {
    background-color:  rgba(0, 0, 0, 0.171);
    color: #f0e6d2;
    border: 1px solid #666;
}

input.form-control:focus {
    border-color: #d4af37;
    box-shadow: 0 0 5px #d4af37;
}

.btn-outline-warning {
    border-color: #d4af37;
    color: #d4af37;
}

.btn-outline-warning:hover {
    background-color: #d4af37;
    color: #1a1a1a;
}

.card {
    background-color: rgba(0, 0, 0, 0.514);
    border: 1px solid #444;
    color: #f0e6d2;
}

label {
    color: #ccc;
}

.text-success {
    color: #4caf50 !important;
    font-weight: bold;
}
.text-danger {
    color: #f44336 !important;
    font-weight: bold;
}
pre {
    font-family: monospace;
    font-size: 0.9rem;
}

.btn-outline-info {
    --bs-btn-color: #d4af37;
    --bs-btn-border-color: #d4af37;
}

.btn:hover {
  color: #000000;
  background-color: #eedf00;
  border-color: #eedf00;
}

.text-muted {
  --bs-text-opacity: 0;
  color: rgba(255, 255, 255, 0.75) !important;
}