body {
    font-family: NanumSquareNeoReg;
}

.f-bold {
    font-family: NanumSquareNeoBold !important;
}

.f-exbold {
    font-family: NanumSquareNeoExBold !important;
}

/* Header */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 700px;
    display: flex;
    align-items: center;
    height:50px;
}

.close-btn {
    min-width:40px;
    color: #000;
    text-decoration: none;
    display:flex;
    justify-content:center;
    align-items:center;
    height:40px;
}

.title {
    flex-grow: 1;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-right: 24px; /* Adjust for close button space */
}

/* Content */
.user-icon {
    font-size: 70px;
    color: #888;
    margin-top: 100px;
}

.message {
    font-size: 15px;
    color: #666;

    margin: 0;
    text-align: center;

}

.btn-danger {
    background-color: #e74c3c;
    border: none;
    margin-top: 10px;
    width: 150px;
    padding: 10px;
    font-size: 14px;
    border-radius: 20px;
}

.btn-danger:hover {
    background-color: #c0392b;
}
