
      .center {
          text-align: center;
          margin: 20px 0;
      }
      
      .aprs-embed {
          margin: 20px auto;
      }
      
      .txtjuscon {
          text-align: justify;
          margin: 20px 0;
      }
      
      .image-left {
          float: left;
          margin: 10px 20px 10px 0;
      }
      
      .image-right {
          float: right;
          margin: 10px 0 10px 20px;
      }
      
      .imageStyle {
          border-radius: 4px;
      }
      
      .aprs-page::after {
          content: "";
          display: block;
          clear: both;
      }
	  
	  .center {
          text-align: center;
          margin: 20px 0;
      }
      
      .center img {
          display: inline-block;
      }
	  
      .aprs-flex {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 20px;
          margin: 20px 0;
      }
      
      .aprs-img img {
          max-width: 180px;
          height: auto;
          display: block;
          margin: 0 auto;
      }
      
      .aprs-text {
          flex: 1;
          min-width: 250px;
      }
      
      /* Mobile layout */
      @media (max-width: 768px) {
          .aprs-flex {
              flex-direction: column;
              text-align: center;
          }
      
          .aprs-text {
              text-align: justify;
              width: 100%;
          }
      }
