/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 23 2025 | 16:26:12 */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Fjalla+One&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.platform-icons {
    text-align: left;
    font-size: 32px;
/*     padding: 20px; */
  }

  .platform-icons a {
    margin-right: 15px;
    text-decoration: none;
  }

  /* Center align on mobile */
  @media (max-width: 768px) {
    .platform-icons {
      text-align: center;
    }
  }