/* Pretendard 글꼴 불러오기 */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard-dynamic-subset.css");
/* Google Noto Serif Korean 글꼴 불러오기 */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;700&display=swap');
 */


/* 일반 */
html {
    font-size: 62.5%;
}
body, button, input, select, textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    color: #594a42;
    font-size: 1.5rem;
    line-height: 1rem;
    background-color: #fff8df;
}
.main {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;        
}
.item {

}
h1 {
    font-size: 1.5rem;
}
.branding {
    display: block;
    background-image: url(moyo.svg);
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    text-indent: -1000px;
    margin-bottom: 20px;
}