@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

body {
    align-items: center;
    align-content: center;
    margin: 0;
    min-height: 60vh;
    background: black;
    position: relative;
}

.text-block {
    position: absolute;
    color: rgba(255, 255, 255, 0.15);
    background: rgba(0, 0, 0, 0.05);
    padding: 8px 12px;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

body {
    margin: 0;
    min-height: 100vh;
    background: black;
    position: relative;
}

/* Контейнер мозаики */
.mosaic-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -1; /* На заднем плане */
}

/* Базовый блок мозаики */
.mosaic-text {
    position: absolute;
    color: rgba(255, 255, 255, 0.15);
    font-family: monospace;
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 3px;
    transition: opacity 0.5s ease;
    text-align: center;
    z-index: -1;
}

/* Центральный контент */
.center-content {
    position: relative;
    z-index: 1; /* Поверх мозаики */
    text-align: center;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 3rem;
    text-shadow: 0 0 15px rgba(0,0,0,0.5);
    margin: 200px auto;
}

#hidden-text {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: rgba(255, 255, 255, 0.25);
    background: rgba(0, 0, 0, 0.1);
    padding: 8px 12px;
    border-radius: 4px;
    font-family: 'Press Start 2P', monospace; /* Пиксельный шрифт */
    font-size: 12px; /* Меньший размер для пиксельности */
    letter-spacing: 1px; /* Расстояние между символами */
    text-transform: uppercase;
    transition: opacity 0.5s ease;
    text-shadow: 
        0 0 1px rgba(255,255,255,0.3),
        0 0 2px rgba(0,0,0,0.2);
    -webkit-font-smoothing: none; /* Отключаем сглаживание */
    -moz-osx-font-smoothing: grayscale;
}

.submain {
    margin-top: 1%;
    align-items: center;
    justify-items: center;
    place-items: center;
    height: 100%;
    z-index: 2;
    display: grid;
}

a:visited {
    color: #EE82EE;
}

a {
    color: #EE82EE;
}

#ping {
    text-align: left;
    color: rgb(255, 255, 255);
    margin-left: 60px;

    
}

.video {
    top: 20px;
}

.info {

    text-align: left;
    color: rgb(255, 255, 255);
    margin-left: 60px;
    
}

h1 {
    margin: 0;
    
}

.main {
    width: 900px;
    height: 800px;
    background-color: rgb(34, 34, 34);
    color: white;
    border-radius: 30px;
    padding: 10px;
    z-index: 2;
}
.info ul {
    padding-left: 20px;
}

.info li {
    margin-bottom: 8px;
    word-break: break-all;
}

.submain {
    padding: 10px;
    box-sizing: border-box;
}