* {
    margin: 0;
    padding: 0;
    object-fit: contain;
}

p {
    margin: 0;
}

footer {
    height: 150px;
}

.logo__item {
    flex: 1 1 150px;
    padding: 15px;
    text-align: center;
}

.logo__item img {
    max-height: 100px;
    max-width: 150px;
    transition: transform 0.3s ease;
}

.logo__item img:hover {
    transform: scale(1.1);
}

.logo__item img {
    filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.5));
}

/* Cabinet */

.cabinet-delail__info {
    gap: 10px;
}

/* Error pages */

.error-content img {
    max-width: 100%;
    max-height: 500px;
    height: auto;
    filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.7));
}

/* Competition */

.competition-alert-gold {
    background-color: #ffd700;
    color: #970e1a;
}

.competition-alert-silver {
    background-color: #c0c0c0;
    color: #362d80;
}

.competition-alert-bronze {
    background-color: #ce8946;
    color: #4a1248;
}