@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
body{
    font-family: 'Noto Serif TC', serif;
}
.BOX1 {
    height: 100%;
    border-radius: 15px;
    flex: 2;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    margin: 10px;
    background-image: url(20220320_125039.jpg);
    background-position: right top;
}
.BOX2 {
     height: 100%;
    border-radius: 10px;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 10px;
    display: flex;
    background-position: center center;
    background-image: url(20220320_105742.jpg);
}
.BOX3 {
    height: 100%;
    border-radius: 10px;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 10px;
    display: flex;
    background-position: center center;
    background-image: url(20220320_105742.jpg);
}
.Container {
    display: flex;
    justify-content: center;
    border: 5px;
    margin: 5px;
    height: 400px;
}
.BOX3 h3 {
    margin-top: -4px;
    text-align: center;
    font-size: 21px;
}
.BOX2 p {
    margin-top: -4px;
    width: 80%;
}
.BOX3 p {
    margin-top: -4px;
    width: 80%;
}
.BOX1 p{
    display: flex;
    text-align: justify;
    margin-top: -13px;
}
