@font-face {
    font-family: 'SeoulNamsan';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/SeoulNamsanM.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

body {
    font-family: 'SeoulNamsan', sans-serif;
    background-color: #f0f8ff;
    margin: 0;
    padding: 15px;
}

#TargetPlace, #TargetName {
    width: 200px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color : rgb(36, 35, 35);
    font-family: 'SeoulNamsan', sans-serif;
    font-size: 15px;
}

#Refresh {
    width: 70px;
    height: 30px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'SeoulNamsan', sans-serif;
    font-size: 15px;
}