@keyframes spinAround{from{transform:rotate(0)}to{transform:rotate(359deg)}}@media screen and (max-width:768px){.home .hero .title{font-size:2.5rem}}#post{max-width:40rem;margin-left:auto;margin-right:auto}#notices{display:flex;flex-wrap:wrap;flex-basis:22rem;justify-content:space-evenly}#notices .card{width:20rem;margin-left:.25rem;margin-right:.25rem;z-index:10;border-radius:.5rem;box-shadow:0 0 5px rgba(10,10,10,.1);z-index:10}#notices .card::after{border-radius:.5rem;transition:opacity .3s ease-in-out;content:'';position:absolute;z-index:-1;opacity:0;top:0;left:0;width:100%;height:100%;box-shadow:0 2px 12px rgba(10,10,10,.1)}#notices .card:hover::after{opacity:1}@media screen and (max-width:1023px){#notices .card .content li+li{margin-top:.5rem}#notices .card:not(:last-of-type){margin-bottom:2rem}}#notices .card .media-content{overflow-y:hidden}#notices .card figure.image{border-top-left-radius:.5rem;border-top-right-radius:.5rem;overflow:hidden}#notices .card figure.image>img{padding:1rem;object-fit:contain;object-position:center center}#notices ul{list-style:none;margin:0}#events{display:flex;flex-direction:column;align-items:center}#events .timeline-item{width:22rem;position:relative;border-left:1px solid rgba(18,18,18,.8);padding:1rem 1rem 1rem 2rem}#events .timeline-item__date{font-size:.8em;font-family:monospace}@media screen and (min-width:769px){#events .timeline-item__date{position:absolute;top:50%;transform:translateX(calc(-100% - 3rem)) translateY(-50%)}}#events .timeline-item::after{content:'';width:.5rem;height:.5rem;border-radius:50%;background-color:#121212;left:-.25rem;position:absolute;top:50%;transform:translateY(-50%)}#events .timeline-item .media-content{overflow-y:hidden}#events .timeline-item .title>a{color:#7a7a7a}#events .timeline-item .title>a:active,#events .timeline-item .title>a:hover{color:#4a4a4a}