.principale{
    background-color: transparent;
    color: #99ff99;
    font-family: monospace;
    font-size: 2em;
}
.cpwb-lineTerm{
    width: fit-content;
    height: auto;
    border-right: 15px solid #99ff99;
    white-space: nowrap;
    overflow: hidden;
}

.cpwb-type{
    animation: blinkCursor 1000ms steps(2) infinite normal;
}

@keyframes blinkCursor{
    from{border-right-color: #99ff99;}
    to{border-right-color: transparent;}
}