        * {
            box-sizing: border-box;
        }

        body {
            font-family: 'Century Gothic', sans-serif;
            background-image: url("images/bg.jpg");
            margin: 0;
        }

        :root {
            --gjs-t-color-primary: #cf549e;
            --gjs-t-color-secondary: #b9227d;
        }

        .osnova_lobby {
            background-color: none;
            font-size: 1rem;
            line-height: 1.75rem;
        }

        .gjs-t-h1 {
            color: var(--gjs-t-color-secondary);
            font-size: 1.5rem;
            line-height: 2.5rem;
        }

        .gjs-t-h2 {
            color: #601843;
            font-size: 1.2rem;
            line-height: 1.75rem;
        }

        .gjs-t-button {
            background-color: var(--gjs-t-color-primary);
            color: white;
            border-radius: 0.3rem;
        }

        .gjs-t-link {
            color: var(--gjs-t-color-primary);
            text-decoration: underline;
        }

        body {
            font-family: 'Century Gothic', sans-serif;
            font-family: 'Arial', sans-serif;
            color: #f5f5f5;
            text-align: center;
            margin: 0;
            padding: 0;
        }

        .head {
            padding: 50px 50px 35px;
        }

        .logo {
            height: 50px;
            display: block;
            margin: 0 auto;
        }

        .card {
            max-width: 700px;
            padding: 40px 45px;
            background-color: white;
            border-radius: 15px;
            margin: 0 auto;
        }

        .title {
            margin: 0;
            text-align: center;
        }

        .subtitle {
            text-align: center;
            margin: 0;
            padding: 25px 0;
        }

        .paragraph {
            line-height: 1.5;
            margin-bottom: 40px;
        }

        .link {
            color: #af4e8a;
            text-decoration: none;
            font-size: 13px;
        }

        .footer {
            margin-top: 30px;
            text-align: center;
        }

        .button {
            display: inline-block;
            padding: 20px 35px;
            text-decoration: none;
            text-align: center;
            border-width: 0;
            font-size: 1.2rem;
            font-weight: bold;
            background-color: #7ee014;
            color: #000000;
            border-radius: 5px;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
            opacity: 0;
            transition: all 0.3s ease-in-out;
            transform: translateY(20px);
            will-change: transform, box-shadow;
            animation: slideUp 1s ease-in-out forwards;
        }

        .button:hover {
            background-color: #131313;
            color:#7ee014;
            border: thin solid #84ff00;
            text-shadow: 0 0 5px #84ff00;
            filter: brightness(1.1);
            box-shadow: 
            0 0 5px #84ff00,
            0 0 10px #84ff00,
            0 0 15px #84ff00;
        }

        .back-btn {
            display: block;
            margin-bottom: 20px;
            padding: 10px;
            text-align: center;
            width: 150px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            border: none;
            cursor: pointer;
        }
        .back-btn {
            background: #131313;
            color: #7ee014;
            border: 1px solid #7ee014;
            transition: all 0.3s;
        }

        .back-btn:hover {
            background: #7ee014;
            color: #131313;
            border: 1px solid #131313;
            transform: translateY(-2px);
        }

        .container {
            font-family: 'Century Gothic', sans-serif;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100vh;
            padding: 20px;
            opacity: 0;
            animation: fadeIn 1.5s ease-in forwards;
            min-height: 100vh;
        }

        h2 {
            font-size: 5rem;
            margin-bottom: 0px;
            color: #7ee014;
        }

        form {
            background-color: #333a42;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 300px;
        }

        label {
            font-size: 1.2rem;
            margin-bottom: 10px;
        }

        select,
        input[type="password"] {
            width: 100%;
            padding: 10px;
            margin-bottom: 15px;
            border-radius: 5px;
            border: 1px solid #444;
            background-color: #4e5862;
            color: #f5f5f5;
        }

        button {
            margin-bottom: 20px;
            padding: 40px 60px;
            background-color: #7ee014;
            color: #000000;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: all 0.3s;
        }

            button:hover {
                background-color: #131313;
                transform: translateY(-2px);
            }

        p {
            font-size: 1rem;
            margin-top: 10px;
        }

        strong {
            color: #7ee014;
        }

        #i8ctf {
            width: 100%;
        }

        #ijjbl {
            flex-basis: 33.33%;
        }

        #inofp {
            flex-basis: 33.33%;
        }

        #i9cnb {
            flex-basis: 33.33%;
        }

        #i18rc {
            color: #d983a6;
            padding: 10px;
        }

        #iot5f {
            position: relative;
        }

        #ihgri {
            color: rgb(241, 196, 15);
        }

        #igb3k {
            color: #d983a6;
            padding: 10px;
        }

        #ibo28 {
            position: relative;
        }

        #iiejh {
            color: rgb(241, 196, 15);
        }

        #igtz5 {
            color: #d983a6;
            padding: 10px;
        }

        #ih3a2 {
            position: relative;
        }

        #iuyd8 {
            color: rgb(186, 55, 42);
        }

        * {
            box-sizing: border-box;
        }

        .link-wrapper {
            display: flex;
            flex-direction: row;
            gap: 50px;
            margin-top: 20px;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            margin: 20px 0;
        }

        .server-item {
            width: 250px;
            padding: 20px;
            background-color: #333a42;
            border-radius: 10px;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
            display: flex;
            flex-direction: column;
            align-items: center;
            opacity: 0;
            transform: translateY(20px);
            animation: slideUp 1s ease-in-out forwards;
        }

            .server-item img {
                width: 100px;
                height: 100px;
                margin-bottom: 15px;
            }

            .server-item input {
                width: 100%;
                padding: 12px;
                font-size: 1.2rem;
                border-radius: 5px;
                margin-bottom: 15px;
                border: 1px solid #444;
                background-color: #4e5862;
                color: #f5f5f5;
            }

                .server-item input:last-of-type {
                    margin-bottom: 0;
                }

        .osnova_lobby {
            background-color: inherit;
            color: inherit;
            font-size: 1rem;
            line-height: 1.75rem;
        }

        .server-item div {
            font-size: 1.2rem;
            color: white;
        }

        .server-item .status {
            color: red;
        }

        .button:hover {
            background-color: #131313;
            transform: translateY(-2px);
        }

        .changelog-container {
            width: 80%;
            max-width: 800px;
            margin-top: 30px;
            background: rgba(0, 0, 0, 0.2);
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            opacity: 0;
            animation: slideUp 1s ease-in-out 0.3s forwards;
        }

        .changelog-title {
            font-size: 1.5rem;
            color: #7ee014;
            margin-bottom: 15px;
            text-align: left;
            border-bottom: 2px solid #7ee014;
            padding-bottom: 5px;
        }

        .changelog-content {
            text-align: left;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 5px;
            padding: 15px;
            font-family: 'Courier New', monospace;
            white-space: pre-wrap;
            max-height: 300px;
            overflow-y: auto;
            color: #ffffff; /* Добавлен белый цвет текста */
        }

            .changelog-content::-webkit-scrollbar {
                width: 8px;
            }

            .changelog-content::-webkit-scrollbar-track {
                background: rgba(255, 255, 255, 0.05);
            }

            .changelog-content::-webkit-scrollbar-thumb {
                background: #7ee014;
                border-radius: 4px;
            }

        @keyframes fadeIn {
            from {
                opacity: 1;
            }

            to {
                opacity: 1;
            }
        }

        @keyframes slideUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        @media (max-width: 950px) {
            h2 {
                font-size: 3rem;
                margin-top: 90px;
            }

            .button {
                padding: 15px 30px;
            }
            
        }