/* 此css文件仅用作inclusivity */

img {
    height: auto;
    border-style: none !important;
    border-radius: 10px;
}

a {
    text-decoration: none;
    color: black;
}

#img2 {
    width: 60%;
    height: auto;
}

#img5 {
    width: 60%;
    height: auto;
}

/* 附注 */
.note {
    font-family: 'Abhaya Libre', serif;
    font-size: 12.7pt;
    font-style: italic;
    text-decoration: underline;
}   

.one-column-text {
    width: 100%;
    height: auto;
    padding: 8px 20px;
    background-color: #9ca39c53;
    border-radius: 10px;
    font-size: 14.7pt;
    margin: 10px 0;
}

.img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.img-container img {
    width: 40%;
    height: auto;
    margin: 0 10px;
}


/* 此css文件仅用作inclusivity */
