  .countdown-container {
	font-family: 'Arial', sans-serif;  
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    text-align: center;
    max-width: 85%;
    width: 100%;
  }

  .countdown-title {
    font-size: 49px;
    margin-bottom: 5px;
    color: #65655F;
  }

  .timer {
    font-size: 200px;
    font-weight: bold;
    color: #ff4b2b; /* ÿðêèé öâåò */
    letter-spacing: 2px;
  }