.terminal {
    background-color: #000;
    border-top: 5px solid #000;
    border-right: 5px solid #000;
    border-bottom: 5px solid #000;
    border-left: 5px solid #000;
    border-radius: 3px;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 0;  
    padding: 10px 15px 10px 15px;
    text-align: left;
    white-space: pre-wrap;
}
