.about-page {
    background-color: #1a1a1a;
    padding: 10px 40px;
    border-radius: 24px;
    margin: 20px auto;
    max-width: 800px;
    color: #e0e0e0;
}

.about-section p {
    line-height: 1.4;
    margin-bottom: 16px;
}

.matrix-logo {
    width: 50%;
    height: 50%;
}