body {
    background-color: #ec6ae5;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.container1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.gif-group {
    display: flex;
    flex-direction: column;
}

.gif-group img {
    max-width: 100%;
    height: auto;
}

.text {
    text-align: center;
    padding: 0 20px;
            font-family: Arial, sans-serif;
            margin-top: 20px;
            font-size: 48px;
            color: white; /* Цвет текста */
            text-shadow:
                -1px -1px 0 #000,
                1px -1px 0 #000,
                -1px 1px 0 #000,
                1px 1px 0 #000; /* Цвет обводки */
}

.text1 {
    text-align: center;
    padding: 0 20px;
            font-family: Arial, sans-serif;
            margin-top: 20px;
            font-size: 24px;
            color: white; 
            text-shadow:
                -1px -1px 0 #000,
                1px -1px 0 #000,
                -1px 1px 0 #000,
                1px 1px 0 #000; 
}

@media (max-width: 600px) {
    .container {
        flex-direction: column;
        align-items: center;
    }

    .gif-group {
        margin-bottom: 20px;
    }

    .text {
        padding: 0;
    }
}
          
.img-container{
  text-align: left;
  margin-top: -80px;
}
.img-container img{
  width: 100%;
}

.img-container2{
  text-align: left;
}
.img-container2 img{
  width: 30%;
}

.img-container1{
  text-align: center;
}

.play-button {
            text-align: center;
            padding: 10px 20px;
            font-size: 16px;
            margin-top: -10px;
            background-color: #4caf50;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        .play-button:hover {
            background-color: #45a049;
        }

.bordered-box {
            padding: 20px;
            margin-top: 10px;
            border: 1px solid #000000;
            border-radius: 15px; 
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
            font-family: Arial, sans-serif;
            font-size: 24px;
            background-color: #fff;
        }
        
.circle-button {
            display: inline-block;
            width: 300px;
            height: 300px;
            border-radius: 50%;
            text-align: center;
            background-image: url('https://i.imgur.com/svBavyk.png');
            background-size: cover;
            background-position: center;
            border: none;
            cursor: pointer;
            text-decoration: none; 
            transition: transform 0.1s ease; 
        }


        .circle-button:active {
            transform: scale(0.95); 
        }
        
 .message {
            margin-top: 20px;
            text-align: right;
            text-align: center;
            padding: 0 20px;
            font-family: Arial, sans-serif;
            margin-top: 20px;
            font-size: 30px;
            color: white; 
            text-shadow:
                -1px -1px 0 #000,
                1px -1px 0 #000,
                -1px 1px 0 #000,
                1px 1px 0 #000; 
        }