
  /* Shared styling for all sections */
        .vision-section {
            padding: 25px;              /* internal spacing */
            margin: 20px;               /* external spacing */
            border: 2px solid #333;     /* visible border */
            border-radius: 15px;
            font-family: Arial, sans-serif;
          	color: #333333;
          	font-size: 18px;
          	
          	
        }

        /* Individual section styles */
        #values {
            background-color:#E76F73 ;
        }

        #assets {
            background-color: #F4A261;
        }

        #barriers {
            background-color: #E9C46A;
        }

        #mindsets {
            background-color: #D17A5B;
        }
				
				#launch {
          background-color: #F1A7A0;
				}

        h2 {
            margin-top: 0;
        }
