.logo-wrapper {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
}

.logo-img {
    width: clamp(180px, 25vw, 240px);
    height: clamp(180px, 25vw, 240px);
    border-radius: 50%;
    border: 4px solid #FFD700;
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.4), 0 0 15px rgba(11, 37, 69, 0.8);
    object-fit: cover;
    background-color: #0b2545;
}