
.title{
margin-left: 210px;
color: #38302D;
}
.terminal{
width: 100%;
height: auto;
background: #181818;
margin-top: 50px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0,0,0,0.6);
font-family: monaco, monospace;
cursor: default;
}
.navbar{
width: 100%;
height: 20px;
background: linear-gradient(to bottom, #fff, #808080);
border-radius: 3px 3px 0px 0px;
}
.btn-red{
width: 12px;
height: 12px;
border-radius: 100px;
background: linear-gradient(to bottom, #F68F8E, #E70800);
margin-left: 4px;
margin-top: -15px;
box-shadow: inset 0px 2px 2px -1px rgba(0,0,0,3);
}
.btn-yellow{
...