@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&display=swap');

.title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 900;
    text-align: center;
}

.title2 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    text-align: center;
}

.content {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    text-align: center;
}

.pic {
    width: 100px;
    border-radius: 50%;
    border: 1px solid rgba(255, 0, 0, 1.00);
    display: flex;
}

.imageContainer {
    text-align: center;
}