html,
body {
    margin             : 0px;
    color              : #333333;
    font-family        : "Noto Sans TC", serif;
    font-optical-sizing: auto;
    font-weight        : 400;
    font-style         : normal;
    background-color   : #fff5e6;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color          : #d92a25;
}