





#container1 {
    background-color: #B4E5A2;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
    
    max-width: 90dvw;
    min-height: 90dvh;
    margin-top: 5dvh;
    margin-bottom: 5dvh;
    


    color: #275317;
    font-weight: bold;
    font-size: xx-large;
}

#container2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    

    margin-bottom: 20px;
    /* background-color: #B4E5A2; */
    color: white;
}

#container2 img {
    width: 700px;
    margin: 40px;
    padding-top: 20px;
}

#container3 {
    display: flex;
    justify-content: center;
}

.container3-inner {
    color: #275317;
    display: flex;
    flex-direction: column;
    align-items: center;

}



#notice-board {
    height: 400px;
    
}
#cabinet-img {
    height: 400px;
    margin-top: 10px;
    margin-right: 20px;
}

