    @import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);

    .w-15 {
        width: 15%;
    }

    .w-35 {
        width: 35%;
    }

    .bigCircle::before {
        content: "● ";
        color: black;
        padding-right: 5px;
    }

    img {
        border: 10px solid white;
    }

    body p {
        font-size: 18px;
    }

    body {
        font-family: "Noto Sans TC", sans-serif;
        width: 100%;
        background-color: transparent;
    }

    .title {
        font-size: 18pt;
    }

    @media screen and (max-width: 560px) {

    .w-35 {
        width: 60%;
    }

    }