*,:after,:before{box-sizing:border-box}body{background-color:#f4f4f4;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;margin:0}a{color:#00aff0;font-weight:400;outline:none;transition:color .3s ease}a,a:focus,a:hover{text-decoration:none}a:focus,a:hover{color:#0091ea;outline:0}.header-background{background-color:#fff}header{display:flex;justify-content:center;position:relative;width:100%;z-index:1}header:before{background-color:#00aff0;content:"";height:100%;left:0;position:absolute;top:0;width:50%;z-index:-1}header .inner-header{display:flex;justify-content:center;max-width:1200px;width:100%}header .inner-header .logo{color:#fff}header .inner-header .logo p{font-size:2rem}header .inner-header .box{max-width:400px;padding:5rem 3rem}@media(max-width:800px){header:before{display:none}header .inner-header{align-items:center;flex-direction:column;padding-bottom:3rem}header .inner-header .logo{color:#333}header .inner-header .box{padding:2rem 1.5rem 0}}form .alert{color:#ff6060;font-size:.8rem;margin:0 0 .25rem .5rem}input{border:1px solid #ddd;border-radius:.5rem;font-size:1rem;margin-bottom:2rem;padding:.75rem;width:100%}input:focus{border-color:#00aff0;outline:none!important}button{background-color:#00aff0;border:none;border-radius:1rem;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .3s ease;width:100%}#main-content{margin:0 auto;max-width:800px;padding:3rem 1rem}#main-content h2{color:#000;font-weight:400}#main-content article{background-color:#fff;border-radius:.4rem;box-shadow:0 3px 6px rgba(0,0,0,.16);margin-bottom:2rem;overflow:hidden}#main-content article .head{align-items:center;display:flex;justify-content:flex-start;padding:1rem}#main-content article .head .logo img{border-radius:50%;width:48px}#main-content article .head .inner-head{display:flex;flex-direction:column;flex-grow:1;margin:0 .5rem}#main-content article .head .inner-head .title{display:flex;flex-grow:1;justify-content:space-between;margin-bottom:.25rem}#main-content article .head .inner-head .title .channel-name{font-weight:700}#main-content article .head .inner-head .tag,#main-content article .head .inner-head .time{color:#8a96a3;font-size:.8rem}#main-content article .description{padding:0 1rem 1rem}#main-content article .image{aspect-ratio:3/2;background-color:#f0f0f0;overflow:hidden;width:100%}#main-content article .image img{height:100%;object-fit:contain;width:100%}.tag{color:#00aff0}