.ccd{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
 
   body {
      margin: 0;
      position: relative;
      min-height: 100vh;
      background: white; 
    }

   


@media screen and (min-width: 1000px) {
.c-data {
    width: 43vw;
    max-width: 43vw;
    margin-bottom: 35px;
    text-align: justify;
    font-size: 1.5em;
    overflow-wrap: normal;
    overflow-x: hidden;
    word-break: break-word; /* changed from keep-all */
    line-height: 1.6;
}

.c-data1 {
    width: 95vw;
    margin-bottom: 35px;
    text-align: justify;
    font-size: 1.5em;
    overflow-wrap: normal;
    overflow-x: hidden;
    word-break: break-word; /* changed from keep-all */
    line-height: 1.6;
}

.c-data h2, .c-data1 h2{
    text-align: center;
    font-size: 1.6em;
}

x{
    color: transparent;
    user-select: none; 
}  

.ccd{
    width: 90vw;
    margin: auto;
}

.x100x{
    width: 90vw;
}

#cdcd{
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 2em;
}

#ccdd{
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.cdccc{
    width: 4vw;
}

#abt{
    font-size: 2em;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

}



@media screen and (max-width: 1000px) {
.c-data, .c-data1 {
    width: 95vw;
    max-width: 95vw;
    margin-bottom: 30px;
    text-align: justify;
    font-size: 1.5em;
    overflow-wrap: normal;
    overflow-x: hidden;
    word-break: break-word; /* changed from keep-all */
    line-height: 1.6;
}
.ccd{
    margin-top: 0;
}


.c-data h2, .c-data1 h2{
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}

x{
    color: transparent;
    user-select: none;
}

.cdccc{
    display: none;
}
#abt{
    margin-top: 0;
    text-align: center;
}
#cdcd{
    width: 90%;
    margin: auto;
}
}