body {
    background-color: #f0f2f5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem
}

.navbar-brand .bi {
    color: #ffc107
}

.meme-card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    overflow: hidden
}

.meme-card .card-header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    font-size: .9rem
}

.meme-card .card-title {
    font-size: 1.1rem;
    font-weight: 600
}

.meme-card .card-img-top {
    max-height: 50vh;
    object-fit: contain;
    background-color: #000;
    aspect-ratio: 1 / 1;
    width: 100%
}

.meme-actions {
    display: flex;
    justify-content: space-around;
    background-color: #f8f9fa
}

.meme-actions .btn {
    width: 100%;
    border-radius: 0;
    color: #555;
    font-weight: 600
}

.meme-actions .btn:hover {
    background-color: #e2e6ea
}

.sidebar-card {
    border-radius: 8px
}

.list-group-item a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color .2s
}

.list-group-item a:hover {
    color: var(--bs-primary)
}