@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap');

*{
    font-family: "Noto Sans TC";
}

h2{
    color: #FFF;
}

p{
    text-align: justify;
    margin-bottom: 0;
    color: #f3f3f3;
}

#banner{
    border-radius: 10px;
    box-shadow: 0 0 10px #cccccc6c;
}

.cover{
    border: 1px solid #ccc;
}

#album{ padding-top: 2.8rem; }

@media only screen and (max-width: 800px) {
    #album_list{ height: 66vh; }
}
@media only screen and (max-width: 600px) {
    #album_list{
        height: 60vh;
        overflow-y: auto;
        overflow-x: hidden;
        margin-bottom: 12px;
    }
    #album_list p{
        font-size: 10pt;
    }
}

body{
    background: linear-gradient(0deg,#000000 0%, #38372d 100%);
    background-size: cover;
    min-height: 100vh;
}

.box{
    border: 1px solid #ccc;
    padding: 1.2rem;
    margin-bottom: 2.8rem;
}

#announcement{
    text-align: justify;
    color: #f3f3f3;
    font-size: 16pt;
    margin-bottom: 0;
}

hr{
    opacity: 1;
    color: #ffffff9e;
}

.animate__delay-0ms { animation-delay: 0ms; }
.animate__delay-100ms { animation-delay: 100ms; }
.animate__delay-200ms { animation-delay: 200ms; }
.animate__delay-300ms { animation-delay: 300ms; }
.animate__delay-400ms { animation-delay: 400ms; }