.links{display:flex;flex-direction:row;gap:.75rem;justify-content:center;align-items:center}.links li{font-size:1.25rem}.post{width:max-content;max-width:50%;display:flex;flex-direction:column;background-color:#dcdcdc;padding:1rem;border-radius:.375rem}.post h2{font-size:1.5rem;font-weight:bold}.post p{font-size:1.25rem;font-weight:semibold;font-style:italic}.post:hover{background-color:#d3d3d3}.post a:link,.post a:visited{color:inherit}@media screen and (max-width: 1023px){.post{max-width:90%}}.posts{display:flex;flex-direction:row;align-items:left;gap:1rem}@media screen and (max-width: 1023px){.posts{flex-direction:column;align-items:center}}
