body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{grid-area:header;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.header__title{background-color:gold;margin:0;text-align:left;padding-left:5px;padding-right:192px}.header__start{background-color:gold;color:#3d3d3d;padding:5px;border-radius:3px;text-decoration:none;margin:5px 20px}.body{grid-area:body}.body__about-project{display:-webkit-flex;display:flex;background:#545454;height:400px}.about-project_about{font-size:2.5em;text-align:left;margin-left:10%}.about-project_about span{font-weight:700}.about-project_screenshot img{width:80%;margin-top:3%}.about-project_p{font-size:.6em;color:#c9c9c9;margin-bottom:10px}.about-project_button{font-size:.5em;font-weight:600;padding:13px;margin:0}.body__examples{text-align:left;margin-left:25%}.body__examples p{color:#eaeaea}.body__examples_images{width:800px;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.body__examples_images img{border:4px solid #eaeaea;border-radius:4px}.body__func-overview{display:-webkit-flex;display:flex;margin:70px 0 70px 16%}.body__func-overview_left{margin-right:5px}.body__func-overview_left__item{display:-webkit-flex;display:flex;text-align:right}.body__func-overview_left__item .item_describe{margin-right:15px}.body__func-overview_right{margin-left:5px}.body__func-overview_right__item{display:-webkit-flex;display:flex;text-align:left}.body__func-overview_right__item .item_describe{margin-left:15px}.body__func-overview_left__item img,.body__func-overview_right__item img{height:100px;border:3px solid #eaeaea;border-radius:3px}.footer{padding:25px;grid-area:footer;background:#232323;color:#fff}.footer__container{margin-left:35%}.footer__github{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;width:470px;-webkit-justify-content:space-evenly;justify-content:space-evenly;-webkit-align-items:center;align-items:center}.footer__github img{width:40px;height:40px;border-radius:8px}.footer__github a{text-decoration:none;color:#fff;font-weight:700}.footer__copyright{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;width:420px;-webkit-justify-content:space-evenly;justify-content:space-evenly;-webkit-align-items:center;align-items:center}.footer__copyright span{font-weight:700}.footer__copyright img{width:40px;height:40px;background:#fff;border-radius:8px}.main-app{display:grid;grid-template-areas:"header header header" "body body ." "footer footer footer";grid-template-rows:40px 100% 200px;grid-template-columns:20% 70% 10%;background-color:#333;width:100%;min-height:100vh;text-align:center;color:#fff}
/*# sourceMappingURL=main.b50b9ab5.chunk.css.map */