.tag{background-color:#624162;padding:0 .5rem;border-radius:1rem}.search-form{display:flex;flex-direction:row;gap:1rem}.search-form input[type=text]{border:none;border-radius:3px;flex-grow:1}.search-form button,.search-form input[type=text]{background-color:#3d293d;color:#efe6ef;outline:none;padding:.5rem 1rem}.search-form button{border:2px solid #493149;border-radius:3px}.post-list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem;margin-bottom:1rem}.post-list article{border:1px solid #3d293d;border-radius:1px;padding:1rem;width:45%;overflow:hidden}.post-list article .tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;padding-top:.5rem}@media(max-width:1000px){.post-list article{width:100%}}