* {
    margin: 0;
    padding: 0;
}

body{
    margin: 0;
    overflow-x: hidden !important;
}

:root{
    color-scheme: dark;
}

::selection {
    background: rgba(53, 53, 53, 0.6);
}

::-moz-selection {
    background: rgba(53, 53, 53, 0.6);
}

.dataholder {
    width: 100%;
    height: 190px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 70px;
    align-items: center;
    justify-content: center;
    transition: all 0.2 linear !important;
}

.dataholder .kulso {
    width: 125px;
    height: 125px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(134, 134, 134);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4), inset 0 0 10px rgba(255, 255, 255, 0.08);
}

.dataholder .kulso div {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px) saturate(120%);
    -webkit-backdrop-filter: blur(2px) saturate(120%);
}

.player {
    background-image: url(./IMG/people.webp) !important;
    background-size: cover !important;
}

.map {
    background-image: url(./IMG/map.webp) !important;
    background-size: cover !important;
}

.dataholder div p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #efefef;
    font-size: 20px;
    text-align: center;
    text-shadow: 0 0 10px rgba(0,0,0,0.6);
    cursor: default;
}

.map-nev {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: block;
}