@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300&display=swap');

*{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.catextarea{
width: 100%;
height: 100%;
text-align: start;
display: flex;
padding: 1rem;

}




textarea{
    width: 450px;
    height: 400px;
    text-align: left !important;
    background: #5c004500;
    color: rgb(0, 0, 0);
    border: rgba(100, 0, 100, 0.074) solid 10px;
    border-left: rgb(146, 1, 1) solid 4px;
    border-radius: 10px;
    outline: 0;
    font-size: 15px;
    padding: 10px 20px;
    resize: none;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    

}

iframe{
    width: 450px;
    height: 400px;
    background: #fff;
    border: rgba(128, 0, 128, 0.097) solid 2px;
    border-radius: 5px;
    outline: 0;
    line-height: 1px;
    font-family: 'Poppins', sans-serif;
    
}

.left, .right{
    padding: 10px;
   

 }


 .catable, .cath, .catd {
    border: 1px solid black;
    padding: 5px;
    border-collapse: collapse;
  }



code{
    font-weight: 600; 
    font-size: large;
}
.example{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.carow{
    display: flex;
    flex-wrap: wrap !important;
    justify-content: space-between;

    
}


@media screen and (max-width:552px) {
    textarea{
        width: 140%;
    }

    iframe{
        width: 100%;
    }
    
}
