@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=VT323&display=swap);
*,*::after,*::before{margin:0;padding:0;box-sizing:border-box;font-family:"Roboto",sans-serif}body{height:100vh;background-color:#e8eaef;padding-top:44px}.header{position:fixed;top:0;left:0;width:100%;display:flex;flex-direction:row;align-items:center;padding:8px;background:#fff;box-shadow:3px 9px 9px 0px rgba(192,192,192,.45);z-index:10}.header img{max-height:12vw;padding-right:4px}.header h1{font-size:12vw;text-transform:uppercase;font-family:"VT323",monospace}.news{margin-top:8px;display:flex;flex-direction:column;width:100%;padding:8px}.news .news-item{display:flex;flex-direction:column;gap:8px;background:#fff;margin-bottom:12px;padding:12px;box-shadow:3px 9px 9px 0px rgba(192,192,192,.45);border-radius:12px;overflow:hidden;width:100%;word-wrap:break-word;overflow-wrap:break-word}.news .news-item .card-header{display:flex;flex-direction:column;align-items:center;font-size:.6rem;font-weight:bold;gap:8px}.news .news-item .card-header .score,.news .news-item .card-header .type{width:100%;padding:4px 8px;border-radius:8px;border:1px solid #b4b4b4;text-transform:uppercase;display:flex;justify-content:center;align-items:center}.news .news-item .card-header .score{color:#7a7a7a}.news .news-item .date{font-size:.7rem;color:gray}.news .news-item .title{font-weight:600;font-size:1rem}.news .news-item .author{color:gray;font-size:.7rem}.news .news-item .card-footer{display:flex;flex-direction:column;gap:8px}.news .news-item .card-footer .link-btn{width:100%;display:flex;align-items:center;justify-content:space-between;background:#7c7c7c;border:none;box-shadow:3px 9px 9px 0px rgba(192,192,192,.45);border-radius:8px;padding:4px 8px;flex:1}.news .news-item .card-footer .link-btn a{font-size:.8rem;text-decoration:none;color:#fff;font-weight:bold}.news .news-item .card-footer .link-btn img{height:16px;filter:invert(100%) brightness(200%)}.container{width:100%;display:flex;flex-direction:column;align-items:center}.container .btn{margin:8px;margin-top:-8px;text-transform:uppercase;font-weight:600;background:#000;color:#fff;display:flex;justify-content:center;align-items:center;padding:16px 20px;border-radius:16px;border:none}.container .btn:hover{cursor:pointer;background:#1d1d1d}@media screen and (min-width: 320px){body{padding-top:6vw}.header img{height:12vw}.header h1{font-size:9vw}.news .news-item .card-header{display:flex;flex-direction:row;justify-content:space-between}.news .news-item .card-header .score,.news .news-item .card-header .type{width:auto;font-size:.8rem}.news .news-item .date{font-size:.8rem}.news .news-item .title{font-size:1.3rem}.news .news-item .card-footer{padding-top:8px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.news .news-item .card-footer .author{font-size:.8rem}.news .news-item .card-footer .link-btn{width:auto;padding:8px 12px;padding-right:4px;flex:0}.news .news-item .card-footer .link-btn a{font-size:.9rem}.container{padding:2rem 0}.container .btn{font-size:1.5rem}}@media screen and (min-width: 390px){body{padding-top:8vw}}@media screen and (min-width: 768px){.header{display:flex;justify-content:center}.header img{height:6vw}.header h1{font-size:6vw}body{padding-top:4vw}.news{width:72vw;padding:8px 32px}}@media screen and (min-width: 920px){.news{display:grid;grid-template-columns:1fr 1fr;gap:16px}.news .news-item{justify-content:space-between}}@media screen and (min-width: 1024px){body{padding-top:3vw}.header img{height:4vw}.header h1{font-size:4vw}}

/*# sourceMappingURL=bundle.14655e969d8012c4989c.css.map*/