﻿/*<link href="https://fonts.googleapis.com/css2?family=Chiron+GoRound+TC:wght@200..900&display=swap" rel="stylesheet" >*/

html body {
    /*    font-family: 'Chiron GoRound TC', sans-serif;*/
    background-color: #f9f9f9;
    line-height: 1.6;
}

/*banner圖片*/
.d-flex.justify-content-center.mb-3 img {
    border-radius: 20px;
}

/*文章內容圖片*/
.row.justify-content-center.pt-4.mb-5 img {
    max-width: 500px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 20px auto;
    border-radius: 20px;
}

@media (min-width: 576px) {
    .d-flex.justify-content-center.mb-3 img {
        width: 83.33333333% !important;
    }
}

@media (min-width: 1540px) {
    .d-flex.justify-content-center.mb-3 img {
        width: 66.66666667% !important;
    }
}

/*後續有機會:字型、間距、新增文章分類、max-width*/
