body{
background:#0b0b0b;
color:#00ff9c;
font-family: monospace;
margin:0;
}

.terminal-bar{
background:#000;
border-bottom:1px solid #00ff9c33;
padding:10px 15px;
display:flex;
align-items:center;
}

.terminal-title{
margin-left:10px;
font-size:14px;
opacity:0.7;
}

.dots{
display:flex;
gap:6px;
}

.dot{
width:10px;
height:10px;
border-radius:50%;
display:inline-block;
}

.red{
background:#ff5f56;
}

.yellow{
background:#ffbd2e;
}

.green{
background:#27c93f;
}

.container{
max-width:900px;
margin:auto;
padding:50px 20px;
}

h1{
font-size:48px;
text-align:center;
margin-bottom:5px;
}

.subtitle{
text-align:center;
opacity:0.7;
margin-bottom:40px;
}

.card{
background:#111;
border:1px solid #00ff9c33;
border-radius:8px;
padding:30px;
box-shadow:0 0 20px #00ff9c15;
}

.card h2{
margin-top:0;
}

footer{
text-align:center;
margin-top:40px;
opacity:0.5;
}