#body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 350px;
    width: 100%;
    background-image: linear-gradient(#712cf9,rgba(113,44,249,.95));
    z-index: -1;
}
.modal-body-center{
    text-align: center;
}
p {
    word-break:break-all;
}
#char-count {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}
.console {
    background-color: black;
    color: white;
    font-family: Consolas, monospace;
    padding: 10px;
    overflow-y: scroll;
    height: 300px;
}