canvas {
    border-radius:20px;
    background-color: #000000;
}

.text-terminal {
    color:#33FF00
}
.text-terminal a {
    color:#ffb000;
}
.btn-terminal {
    background-color: black;;
    border: 1px solid #33FF00;
    border-radius: 5px;
    color: #33FF00;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
.btn-terminal:hover{
    color:#ffb000;
    border-color:#ffb000;
}