body{
    font-family: "Poppins", sans-serif !important;

}
.sidebar{
    height:100vh;
    box-shadow: 0px 0px 3px 3px #e2e1e1;
    z-index: 1;
}
.headtten{
    text-align: center;
    font-weight: 600;
    font-size: 23px;
}
.decbtn {
    border: none;
    background-color: #5f0c0c;
    color: #fff;
    border-radius: 2px;
}
.encbtn {
    border: none;
    background-color: #6d00eb;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
}
.encodewrap {
    height: 300px;
    width: 100%;
    background-color: #fff;
    resize: none;
    border: 1px solid #ccc;
    box-shadow: 0px 2px 2px 0px #e0dfdf;
}   