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{display:flex;justify-content:space-between;align-items:center;background-color:#606c82;color:#fff;padding:12px 24px}.header__page-title{margin:0}.header__nav-list{margin:0;padding:0;list-style-type:none;display:flex;justify-content:space-around}.header__nav-item{margin-left:24px;cursor:pointer}.create-recipe-dialog-box{width:400px;border:4px solid #606c82;padding:12px;border-radius:8px;position:fixed;background:#fff;left:50%;top:150px;margin-left:-200px}.btn{cursor:pointer}.create-recipe-dialog-box__close-btn{float:right}.create-recipe-dialog-box__form-element{display:block;padding:12px}.create-recipe-dialog-box__recipe-instructions{display:block;margin-top:12px}.create-recipe-dialog-box__ingredients-list{margin:0;padding:16px}.create-recipe-dialog-box__text-input{padding:4px;margin-left:12px;width:200px}.create-recipe-dialog-box__add-ingredient-btn-text{margin-left:12px;vertical-align:bottom}.create-recipe-dialog-box__submit-btn{margin:0}.recipe-card{margin:12px;background-color:#fff;box-shadow:3px 3px 3px 1px #ababab}.recipe-card__img{width:100%;height:300px}.recipe-card__content{padding:18px}.recipe-card__btn{padding:6px;border-radius:4px}.recipe-list{list-style-type:none;display:grid;grid-template-columns:repeat(3,33.3333333%);padding:12px}.grey-out-box{width:100%;height:100%;position:fixed;background:rgba(0,0,0,.6)}.banner{margin:0 auto;text-align:center}.app{max-width:1500px;min-height:200px;margin:24px auto;background-color:#ebebeb;box-shadow:0 0 4px 2px #ababab}
/*# sourceMappingURL=main.a21649e9.chunk.css.map */