@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC&display=swap');
body{
    font-family: 'Noto Sans TC', sans-serif;
}
.friend{
    text-align:center;
    border-bottom: none;
}
.friend.image.avatar {
    margin: auto;
    width: 4em;
    display: block;
    margin-bottom: 0.5em;
}
a {
    color: #139fa9;
}
#two a{
    border-bottom: none;
}
