@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";html{justify-content:center;font-family:Open Sans,sans-serif;display:flex}html body{flex-direction:column;gap:1em;width:75%;display:flex}html body>h1{text-align:center;margin:0}html body table{width:100%}html body table pre{background-color:#eee;width:fit-content;margin:0;padding:.25em;font-family:JetBrains Mono,sans-serif}html body table td.value{font-weight:700}html body table.infos td:first-child{font-weight:600}html body table tr.seeders td.value{color:#32cd32}html body table tr.leechers td.value{color:red}html body table tr.completed td.value{color:#00f}html body div.container{box-sizing:border-box;border-collapse:collapse;border:1px solid #000}html body div.container div.title{border-collapse:collapse;background-color:#fef;border-bottom:1px solid #000;padding:1rem;font-size:1.5rem;font-weight:600}html body div.container div.content{padding:.5em}html body div.container div.content.comments{flex-direction:column;gap:.5em;display:flex}html body div.container div.comment{border:1px solid gray}html body div.container div.comment div.comment-content{padding:0 1em}html body div.container div.comment div.time{border-bottom:1px solid gray;padding:.5em}html body div.container.description div.content{padding:.5em 1em}html body div.container form{flex-direction:column;gap:1em;display:flex}html body div.container form p{margin:0;font-size:1em}html body div.container.post-comment form textarea{resize:vertical;width:100%;min-height:120px}html body div.container.actions div.content{flex-direction:row;gap:1em;width:100%;display:flex}div:target{animation:1s ease-in-out 4 target-animation}@keyframes target-animation{0%{background-color:#fff}50%{background-color:#ffc}to{background-color:#fff}}