body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR', sans-serif;
    background: linear-gradient(135deg, #ffffff, #f8d4db);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
  }
  
  .container {
    text-align: center;
    padding: 20px;
  }
  
  .character {
    width: 220px;
    max-width: 90%;
    margin-bottom: 30px;
  }
  
  h1 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
  }
  
  p {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
  }