body {
    font-family: "Noto Sans KR", sans-serif;
    color: #333;
    background-color: #f3f5f9;
}

.container {
    display: grid;
    place-items: center;
}