h1{
    text-align: center !important;
    font-size: 1.6em !important;
 }
 div, p {
    word-break: break-word;
    /* margin-top: 2.25rem !important; */
 }

 .img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
 }

 /* Quiz CSS */
 #quiz1 {
    /* width: 80%; */
    max-width: 950px;
    border: 1px gray solid;
    margin: auto;
    background-color: white;
    border-radius: 10px;
    padding: 10%;
    padding-top: 5%;
    }

 label {
    display: block;
    font-size: 16px;
 }

 input {
    width: 30px;
    margin-left: 20px;
 }

 h3 {
    clear: both;
 }

 button {
    width: 100px;
    margin-top: 20px;
 }
 button.active{
    background-color: black !important;
 }
 #article{
    max-width: 1000px;
    margin: auto;
 }
 .footer{
       left: 0 !important;
    }

 .carousel-indicators [data-bs-target]{
       background-color:#9D2A78;
       /* width: 15px;
       height: 15px;
       margin: 10px;
       border-radius: 100%;  */
       /* box-sizing: content-box;
       flex: 0 1 auto;
       width: 15px;
       height: 15px;
       padding: 0;
       margin-right: 3px;
       margin-left: 3px;
       text-indent: -999px;
       cursor: pointer;
       background-clip: padding-box;
       border: 0;
       border-top: 10px solid transparent;
       border-bottom: 10px solid transparent;
       opacity: .5;
       transition: opacity .6s ease;
        */
    }

 .card1{
    min-height: 400px; 
    /* min-width: 800px; */
    background: white;
    /* background: linear-gradient(to right, #E5E5E5, #E5E5E5); */
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    font-size: 20px;
    color:black;
 }
 .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239d2a78' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
 }

 .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%239d2a78' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
 }
 .card-body{
    padding: 10% !important;
    padding-bottom: 5% !important;
 }
 .carousel-control-prev{
    width:8% !important;
 }
 .num{
    color:#9D2A78;
    padding:10px;
    font-size: 20px;
    text-align:center;
    font-weight: 600;
 }
