  body {
      height: 100%;
      margin: 0;
      background: url(../images/body_bg.png) no-repeat center center fixed;
      background-size: cover;
  }

  .coming-soon-section {
      height: 100vh;
  }

  .social-icons a {
      color: white;
      font-size: 1.5rem;
      margin: 0 10px;
      transition: color 0.3s ease;
      border: 2px solid #fff;
      border-radius: 100%;
      padding: 10px 5px;
      width: 60px;
      height: 60px;
  }

  .social-icons a:hover {
      color: #ff9210;
  }

  .progress-container {
      width: 80%;
      max-width: 500px;
      margin: 20px auto 0;
  }