body {
    font-family: 'Noto Sans KR', sans-serif;
    text-align: center;
    padding: 50px;
    background-color: #f0f2f5;
}

.container {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    max-width: 600px;
    margin: 0 auto;
}

h1 { 
    color: #333; 
}

/* 더미 이미지 스타일 */
.dummy-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 20px;
}