.main-header {
    background: linear-gradient(135deg, #0d0d0d 0%, #1a1a1a 50%, #111111 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.main-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/img/unturned/screenshots/yukon.webp) center 250% / cover
        no-repeat fixed;
    opacity: 0.15;
    filter: blur(4px);
}

.plugin-icon {
    min-width: 25px;
    min-height: 25px;
    max-height: 25px;
    max-width: 25px;
}
