body {
    background-color: #121212;
    color: #e0e0e0;
    font-family: 'Courier New', Courier, monospace;
    line-height: 1.6;
    margin: 0;
    padding: 5% 15%;
}

h1 {
    color: #ffffff;
    border-bottom: 2px solid #00ffcc;
    padding-bottom: 10px;
    display: inline-block;
}

h2, h3 {
    color: #ffffff;
}

.btn {
    display: inline-block;
    background: #00ffcc;
    color: #121212;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 15px;
    margin-right: 15px;
    transition: background 0.3s;
}

.btn:hover {
    background: #00b38f;
}

#projects {
    margin-top: 50px;
}

.project-card {
    background: #1e1e1e;
    padding: 20px;
    margin-bottom: 20px;
    border-left: 4px solid #00ffcc;
    border-radius: 4px;
}
