/* About page specific styles */
.about-container {
    max-width: 800px;
    margin: 0 auto;
}

.about-section {
    margin-bottom: 30px;
}

.about-section h2 {
    text-align: center;
    margin-top: 0;
    color: #ff69b4;
}

.about-section p {
    line-height: 1.6;
}

.about-section ul {
    padding-left: 20px;
}

.about-section li {
    margin-bottom: 8px;
}

.tech-stack {
    background-color: #400080;
    color: #ff0000;
    padding: 15px;
    margin: 20px 0;
    border: 3px solid #ff0000;
    font-family: 'Courier New', monospace;
}

.about-content {
    background-color: #1a0033;
    color: #ff69b4;
    padding: 15px;
    margin: 20px 0;
    border: 2px solid #ff69b4;
    font-family: 'Courier New', monospace;
}

.philosophy {
    background-color: #800080;
    color: #ff69b4;
    padding: 15px;
    margin: 20px 0;
    border: 2px solid #ff69b4;
    font-family: 'Courier New', monospace;
}

.construction-notice {
    text-align: center;
    margin: 20px 0;
    max-width: 100%;
    height: auto;
}

