.about-me-header {
    text-align: center;
    margin-bottom: 30px;
}

.about-me-gif {
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
    transform: scale(1.1);
}

.id-card {
    border: 2px solid #362b23;
    padding: 20px;
    background: rgba(0,0,0,0.05);
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.specs-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Courier New', monospace;
}

.specs-table td {
    padding: 8px;
    border-bottom: 1px dashed #8b7d6b;
}

.specs-label {
    font-weight: bold;
    color: #b58900;
    width: 120px;
}

.retro-badge {
    display: inline-block;
    background: #222;
    color: lime;
    padding: 2px 5px;
    font-size: 10px;
    font-family: monospace;
    border-radius: 3px;
    margin-right: 5px;
}