@import "https://fonts.googleapis.com/css2?family=Varela+Round&display=swap";
.container1{background-color:#eaf3ff9f;flex-direction:row;justify-content:center;align-items:center;gap:40px;height:70vh;margin-top:20px;padding-top:5px;padding-bottom:5px;display:flex;position:relative;top:40%;overflow-y:auto}.section{background:#f9f9f95d;border:1px solid #ddd;border-radius:8px;width:30%;height:80%;padding:0 20px 20px;overflow-y:auto}.section1{background:#f9f9f95d;border:1px solid #ddd;border-radius:8px;width:25%;height:80%;padding:0 20px 20px;overflow-y:auto}.section-header{z-index:1;background:#f9f9f9;justify-content:space-between;align-items:center;margin-bottom:10px;padding:10px 3px 3px;display:flex;position:sticky;top:0}.section-header h2{margin:0;font-size:1.5rem}.section-header a{color:#007bff;font-size:1rem;text-decoration:none}.section-content{flex-direction:column;gap:10px;display:flex}.notice,.eventcard{padding:5px 10px;position:relative}@keyframes colorChange{0%{background-color:#fff5f5}50%{background-color:#f4ffff}to{background-color:#fff5f5}}@keyframes borderColorChange{0%{border-left-color:red}50%{border-left-color:#ff0}to{border-left-color:red}}.notice p,.eventcard p{margin:0}.notice ul,.eventcard ul{list-style:none}.notice ul li,.eventcard ul li{margin:2px 0}.notice a,.eventcard a{color:#007bff;text-decoration:none}@media (max-width:768px){.container1{flex-direction:column;align-items:center;height:auto;padding-bottom:20px;top:30%}.section{background:#f9f9f9;border-radius:8px;width:90%;height:400px;padding:0 15px 15px;overflow-y:auto}.section1{background:#f9f9f9;border-radius:8px;width:90%;height:270px;padding:0 15px 15px;overflow-y:auto}}.download-icon{background-image:url(https://i.postimg.cc/1tWzRB6z/downloadicon.png);width:16px;height:16px;margin-top:2px;margin-right:8px}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}
