body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

body, html, .n {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

header {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 6px; /* 수정된 헤더 크기 */
    margin-bottom: 5px;
}

.top-area {
    background-color: #ffffff;
    text-align: center;
    top: 20vh;
    position: relative; /* 추가된 위치 지정 */
    position: fixed;
    height: 40vh;
    left: 50%;
    transform: translateX(-50%);
}

.character {
    text-align: center;
    margin: 0;
    padding: 0;
}

.character h2 {
    font-size: 20px;
    margin-bottom: -15px;
}

.character img {
    margin-bottom: -20px;
}

.character p {
    margin-bottom: -15px;
}


/* .enhancement-level {
    font-size: 18px;
    font-weight: bold;
} */

.n {
    position: relative;
}

img {
    width: auto;
    height: 28vh;
}

.info {
    margin-bottom: 10px;
    position: fixed;
    bottom: 13vh;
}

.current-balance {
    bottom: 0px;
    text-align: left;
    font-size: 16px; /* 조정된 잔액 텍스트 크기 */
    margin: 0;
    padding: 5px;
}

.selling-price {
    bottom: 0px;
    text-align: left;
    font-size: 16px; /* 조정된 잔액 텍스트 크기 */
    margin: 0;
    padding: 5px;
    margin-bottom: -25px;
}

.advertisement {
    flex: 1;
    padding: 10px;
}

.bottom-area {
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.bottom-area button {
    padding: 10px;
    margin: 5px;
    font-size: 18px;
    cursor: pointer;
    height: 15vh;
    width: 100%;
}
