.ice-joker-description-container {
    background-color: #f7f9fc;
    padding: 40px;
    border-radius: 15px;
    margin: 20px auto;
    max-width: 1200px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
}

.ice-joker-section {
    margin-bottom: 40px;
}

.ice-joker-title {
    font-size: 28px;
    color: #1a73e8;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 2px solid #1a73e8;
    padding-bottom: 10px;
    font-family: 'Arial Black', sans-serif;
}

.ice-joker-text {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
}

.ice-joker-text:last-child {
    margin-bottom: 0;
}

.ice-joker-description-container h2, 
.ice-joker-description-container p {
    margin-left: 20px;
    margin-right: 20px;
}
.hero-header-ice {
	background-image: url(assets/img/Ice-Joker-Logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
body {
        background-image: url(assets/img/fon-game.png); 
        background-size: cover; 
        background-repeat: no-repeat; 
        background-position: center; 
        background-attachment: fixed; 
        
}
/* Основные стили для кнопок */
.modal-btn, .game-btn {
    background-color: #1a73e8;
    color: white;
    font-size: 18px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px;
    transition: background-color 0.3s ease;
}

.modal-btn:hover, .game-btn:hover {
    background-color: #1558b3;
}

/* Стили для модальных окон */
.modal {
    display: none; /* Скрыто по умолчанию */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Отключаем прокрутку модального окна */
    background-color: rgba(0, 0, 0, 0.5); /* Полупрозрачный черный фон */
}

/* Стили для контента модального окна */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border-radius: 8px;
    width: 80%;
    max-width: 600px;
    max-height: 80%; /* Устанавливаем максимальную высоту */
    overflow-y: auto; /* Включаем прокрутку внутри модального окна */
    text-align: left;
}

/* Стили для кнопки закрытия окна */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Дополнительные стили для разделов "Об игре" */
.ice-joker-section {
    margin-bottom: 20px;
}

.ice-joker-title {
    font-size: 24px;
    color: #1a73e8;
}

.ice-joker-text {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}
