   
.mxHeader{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mxHeader{
    margin-top: 100px;
    margin-bottom: 30px;
 }
 
 .mxHeader img{
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 5px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin-bottom: 30px;
    max-width: 90%;
    min-width: 30%;
 }

 .mxHeaderContent{
   text-align: center;
   font-weight: bold;
 }
 
 .mxHeaderContent h3{
   text-align: center;
   font-weight: bold;
 } 
 
 .mxDemo{
    padding-top: 20px;
    background-color: rgb(76, 23, 119);
 }

 .mxDemo h3{
    color: white;
    text-align: center;
    padding-bottom: 20px;
 }

 .mContainer{
   display: flex;
   flex-direction: row;
   align-items: left;
   justify-content: center;
 }

 .mContainer p{
   color: white;
   text-align: left;
   font-size: 1.25rem;
 }

 .mContainer ul{
   list-style-type: none
 }

 .getDemo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
 }

.getDemo h3{
    padding-right: 30px;
    color: white;
}

.getDemo h2{
   color: white;
   padding-bottom: 20px;

}


 .getDemo .btn{
    background-color: rgb(37, 19, 25) !important;
    color: white !important;
 }

 .getDemo .btn:hover{
    background-color: rgb(142, 46, 219) !important;
    color: white !important;
 }


