/*  .white-text {*/
/*    text-align: center;*/
/*    font-family: Montserrat*/
/*    color: white;*/
/*  }*/

/*  .orange-text {*/
/*    text-align: center;*/
/*    font-family: Montserrat*/
/*    color: #ff7849;*/
/*  }*/
  
/*  .purple-text {*/
/*    text-align: center;*/
/*    font-family: Montserrat*/
/*    color: #644ca5;*/
/*  }*/
  
/* Container for the entire content to center text and set consistent width */
/*.content-container {*/
/*    max-width: 800px; /* Adjust this value based on your preference */
/*    text-align: center; /* Center text */
/*    margin: 0 auto; /* Center the container */
/*}*/

/* Color for headers */
/*.custom-h1, .custom-h2 {*/
/*    font-family: Montserrat*/
/*    color: #ff7849;*/
/*}*/

/* Color for bullet points */
/*.custom-ul li {*/
/*    color: #644ca5;*/
/*}*/

/* Color for other text */
/*.custom-text {*/
/*    font-family: Montserrat*/
/*    color: white;*/
/*}*/
   .shadowtext{
    text-shadow: #000000 3px 3px 3px;
    }
    
    .shadowtextsmall{
    text-shadow: #000000 2px 2px 2px;
    }
