#main-weblog-component{height:100vh;overflow:hidden}#main-weblog-component,#main-weblog-component .main-weblog-component-header{box-sizing:border-box;display:block;width:100%;justify-content:center;align-items:center}#main-weblog-component .main-weblog-component-header{height:48px;background:#000;border:3px solid blue;color:wheat}@media only screen and (max-width:1000px){#main-weblog-component .main-weblog-component-header{height:83px}}#main-weblog-component .main-weblog-component-outlet{box-sizing:border-box;display:flex;width:100%;overflow:hidden;height:calc(100% - 188px)}@media only screen and (max-width:1000px){#main-weblog-component .main-weblog-component-outlet{height:calc(100% - 298px)}}@media only screen and (max-width:728px){#main-weblog-component .main-weblog-component-outlet{height:calc(100% - 198px)}}