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