
    body {
      font-family: sans-serif;
      background: #111;
      color: #eee;
      text-align: center;
      padding: 1em 1em;
    }
    nav {
      background: #222;
      /*padding: 1em;*/
      text-align: center;  
      margin-bottom: 2em;
    }


  .main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 1rem 2rem;*/
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }
  
  .nav-logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 1.2rem;
  }

  .nav-links {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
  }
  
  .nav-links a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    transition: color 0.3s;
  }
  
  .nav-links a:hover {
    color: #ffea8d;
  }
  

    ul a {
      color: #ffffff;
      text-decoration: none;
      margin: 0 1em;
      font-weight: bold;
    }
    h1 {
      color: #ffffff;
      font-size: 2.5em;
    }
    p {
      font-size: 1.2em;
      margin-top: 1em;
    }
    a {
      color: #ffffff;
      text-decoration: none;
    }

    main .statement {
      text-align: left;  
      width: 90%;
      position: relative;
      margin-left: 5%;
    }

    footer {
      background: #222;
      text-align: center;
      padding: 1em;
      font-size: 0.9em;
      color: #aaa;
    }
    main .social-links {

      text-align: left;
      margin: 0 auto;
      width: fit-content;
    }

    main .social-links svg {
      width: 30px;  
      margin-right: 15px;
      vertical-align: middle;
    }

    main .social-links svg path, main .social-links svg polyline{
      color: #ffffff;
    }


  .bde-social-icons-54175-125 {
    flex-direction: row;
  }


   .bde-social-icons {
    max-width: 100%;
    width: max-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 12px;
  }
