* {
    box-sizing: border-box;
}

body {
    background: #EFF6FC 0% 0% no-repeat padding-box;
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
    letter-spacing: -1.5px;
    width: 100%;
    height: 100vh;
    text-align: center;
}

.div_img_app {
    overflow: hidden;
    border: 1px solid #00000000;
    border-radius: 15px;
    width: 200px;
    height: 200px;
}

.img_app_icon {
    width: 200px;
    height: 200px;
}