body{margin:0;background:#0c1210}.App{width:100vw;height:100vh;display:flex}.Menubar{width:200px;margin-left:calc(50% - 100px);margin-top:10px}.Menubar>*{margin-bottom:5px}#HomeButton{font-size:20px;width:200px}.Main{width:calc(100% - 60px);height:calc(100% - 80px);margin-left:30px;margin-top:20px;overflow:scroll}.Contents{width:100%;color:gray}.Contents>div{border-radius:15px;margin:20px 20px 20px 10px;width:calc(100% - 30px);height:calc(100% - 40px);background:#192320}.Contents>div>div{padding-left:20px;padding-right:20px;width:calc(100% - 40px);height:100%}.Tab{position:relative;display:flex}.Tab-selected{position:absolute;height:1px;background:#b8d200;bottom:0;transition:.3s cubic-bezier(0,1,1,1)}.TabItem{font-size:20px;text-align:center;padding-top:15px;padding-bottom:15px;transition:.2s cubic-bezier(0,0,1,1)}.TabItem:hover{cursor:pointer;background:#00000050}.ArticleHeading{width:calc(100% - 50px);background:#00000030;padding:20px;border-radius:5px;transition:.1s cubic-bezier(0,0,1,1);margin-bottom:20px}.ArticleHeading>.Title{display:flex}.ArticleHeading>.Title>h1{margin:0 10px 0 0;font-weight:400;color:#ffffffd0}.ArticleHeading:hover{cursor:pointer;box-shadow:5px 5px 10px 1px #000}.Tags{display:flex;margin-left:10px}.Tag{color:#000;background:#649664;padding:1px 10px;border-radius:50px;margin-right:10px}.Tag:hover{cursor:pointer}.page{width:calc(100% - 300px);height:100%;display:flex}.Line{width:100%;height:0px;border:.5px solid gray}.Space{height:10px}.LeftSidebar{width:300px}.LeftSidebar>div{border-radius:15px;margin:20px 10px 20px 20px;width:calc(100% - 30px);height:calc(100% - 40px);background:#192320}.LeftSidebar>div>div{padding:20px;width:calc(100% - 40px);height:calc(100% - 40px)}.Button1{border:none;outline:none;transition:.1s cubic-bezier(0,0,1,1);border-radius:100px;background:#0000;color:#fff;padding-top:5px;padding-bottom:5px}.Button1:hover{cursor:pointer}.Button1:active{transform:scale(95%)}.Button1-left{text-align:left;padding-left:20px}.Button1-selected,.Button1:hover{background:#b8d20080;color:#dcfc00}
