body {
    background-color: #222222;
    text-align: center;
  }
  .title {
    color: #ffffff;
    margin-top: 26.8;
    font-family: "Audiowide", sans-serif;
    font-size: 40px;
    text-shadow: 2px 2px #666666;
  }
  .title span {
    color: #ffa500;
  }
  .countdown-container {
    display: inline-block;
    margin-top: 50px;
  }
  .countdown-section {
    background-color: #333333;
    border-radius: 10px;
    display: inline-block;
    padding: 20px;
    margin: 20px;
    text-align: center;
    width: 150px;
  }
  .countdown-section:hover {
    transform: scale(1.15);
  }
  @keyframes animate-border {
    0% {
      border-image-source: linear-gradient(
        to right,
        rgba(255, 165, 0, 0.5),
        rgba(0, 191, 255, 0.5)
      );
      border-image-slice: 1;
    }
    100% {
      border-image-source: linear-gradient(
        to right,
        rgba(0, 191, 255, 0.5),
        rgba(255, 165, 0, 0.5)
      );
      border-image-slice: 1;
    }
  }
  .countdown-section p {
    color: #ffffff;
    font-size: 24px;
    margin: 0;
  }
  .container-title {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
  }
  .title1 {
    font-size: 30px;
    border-radius: 10px;
    margin-top: 50px;
    display: inline-block;
    text-align: center;
    width: 50%;
  }
  .title2 {
    font-size: 30px;
    margin-top: 50px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    width: 50%;
  }
  h4 {
    color: #3498db;
    margin-bottom: 0px;
  }
  .container {
    display: flex;
    justify-content: center;
  }
  .down-container1 {
    background-color: #333333;
    display: inline-block;
    padding: 20px;
    margin: 20px;
    text-align: center;
    border: solid 1.8px;
    border-radius: 0;
    width: 50%;
    height: auto;
    animation: animate-border 0.5s ease-in-out infinite;
  }
  .down-container1 p {
    color: #fffbf1;
    text-align: left;
  }
  .down-container1 p {
    list-style: none;
    padding-left: 0;
  }
  
  .title3 {
    font-size: 30px;
    margin-top: 0;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    width: 50%;
  }
  
  .title4 {
    font-size: 30px;
    margin-top: 0;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    width: 50%;
  }
  