body { font-family: "Roboto", sans-serif; background-color: #1a1a2e; color: #f4e4bc; } .main { position: relative; box-shadow: inset 0 0 0 2000px rgba(244, 228, 188, 0.1); padding: 2rem 0; } .navbar { background: linear-gradient(180deg, #1a1a2e 0%, #2a2a4e 100%) !important; border-bottom: 3px solid #d4a017; } .navbar-brand img { border: 2px solid #d4a017 !important; } .navbar-brand .fw-bold { font-family: "Cinzel", serif; color: #d4a017; font-size: 1.6rem; } .navbar-brand small { color: #f4e4bc; font-style: italic; } .navbar-nav .nav-link { color: #f4e4bc !important; font-family: "Cinzel", serif; font-weight: 500; transition: color 0.3s ease-in-out; } .navbar-nav .nav-link:hover { color: #d4a017 !important; } h1 { font-family: "Cinzel", serif; color: #d4a017; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); font-size: 2.5rem; margin-bottom: 1.5rem; } p { color: #f4e4bc; font-size: 1.2rem; line-height: 1.6; } .game-section { background-image: url('/assets/Background_1.png'); background-position: center; background-repeat: no-repeat; background-size: cover; height: 600px; display: flex; align-items: flex-end; justify-content: center; border: 3px solid #d4a017; border-radius: 10px; box-shadow: 0 0 20px rgba(212, 160, 23, 0.5); } .open-modal { width: 350px; min-height: 60px; background: linear-gradient(45deg, #d4a017, #b8860b) !important; color: #1a1a2e !important; font-family: "Cinzel", serif; font-size: 1.4rem; border: none; border-radius: 8px; transition: transform 0.2s ease-in-out; } .open-modal:hover { transform: scale(1.05); } .cookie-banner { position: fixed; bottom: 0; width: 100%; background: #2a2a4e; color: #f4e4bc; padding: 15px; text-align: center; font-size: 14px; display: flex; justify-content: space-between; align-items: center; border-top: 2px solid #d4a017; } .cookie-banner a { background: #d4a017; color: #1a1a2e; padding: 8px 15px; text-decoration: none; font-weight: bold; border-radius: 5px; margin-left: 10px; } #hide-cookie:target { display: none; } footer { background: linear-gradient(180deg, #2a2a4e 0%, #1a1a2e 100%); border-top: 3px solid #d4a017; } footer p, footer a.nav-link { color: #f4e4bc; font-size: 1.2rem; } footer a.nav-link:hover { color: #d4a017 !important; } img { background: #2a2a4e; object-fit: cover; border-radius: 8px; border: 2px solid #d4a017; } .modal-content { background: #2a2a4e; color: #f4e4bc; border: 2px solid #d4a017; } .modal-header, .modal-footer { border-color: #d4a017; } .modal-title { font-family: "Cinzel", serif; color: #d4a017; } .btn-close { filter: invert(1) sepia(1) saturate(5) hue-rotate(40deg); } .btn-secondary { background: #d4a017; color: #1a1a2e; border: none; } @media (max-width: 560px) { .modal-dialog, .modal { max-width: 100vw !important; margin: 0; } .modal-content { border-radius: 0; } h1 { font-size: 1.8rem; } .open-modal { width: 100%; } }