@import url('https://cooltools.top/css/fonts.css');

html {
    background-color: #f4f3f3;
}

body {
    font-family: Arial, 'Noto Sans SC';
    font-size: 18px;
    display: flex;
    justify-content: center;
}

.container {
    margin: 10px 20px;
    max-width: 800px;
}

li {
    margin: 5px 0;
}