*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p{
    margin: 0.5em 0;
}

html, body{
    height: 100%;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}

ul, li{
    list-style: none;
}

a{
    text-decoration: none;
    color: inherit;
}

button{
    background: none;
    border: none;
    cursor: pointer;
}