#top .links{flex-wrap:wrap;gap:10px;display:flex}#top .links>a{color:#444;border:1px solid #000;border-radius:5px;justify-content:center;align-items:center;width:calc(50% - 5px);height:220px;text-decoration:none;transition:background-color .5s;display:flex}@media screen and (width<=520px){#top .links>a{width:100%}}#top .links>a:hover{color:inherit;background-color:#dafbff}
