/* index.html 전용 스타일 */
.content-wrapper {
    margin: 20px;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 100%;
}

.content-wrapper p {
    font-size: 18px;
    color: #333;
}

.main-header {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.main-header h2 {
    font-size: 28px;
    color: #9707B6;
    margin: 0;
}
