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}.App{text-align:center;min-height:100vh;max-width:100vw;background-color:#fff;margin:0 auto}.p-text{font-size:20px;font-weight:bolder}.App p{color:#b81c36}.input-form{min-width:55%;min-height:10vh;margin:0 auto;padding:10px}.input[type=text]{width:40%;color:#b81c36;border-radius:20px;border-color:#b81c36;outline:none}.input[type=text],.submit-btn{padding:10px 20px;font-size:20px}.submit-btn{min-width:12%;border-radius:30px;margin-left:2%;background-color:#b81c36;color:#fff;border:none}.recipes{display:-webkit-flex;display:flex;-webkit-flex-direction:row;flex-direction:row;-webkit-justify-content:space-evenly;justify-content:space-evenly;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap;padding:20px}.recipe{-webkit-flex-basis:30%;flex-basis:30%;background-color:#eee;padding:2px 5px;margin-top:20px;border-radius:10%}.recipe img{border-radius:50%;width:170px;height:170px}.recipe-title{font-size:15px;font-style:italic}.recipe-like-btn{margin:8px 0;padding:6px 15px;background-color:#b81c36;color:#fff;border:none;border-radius:20px}@media screen and (max-width:768px){.recipe{-webkit-flex-basis:40%;flex-basis:40%}.input[type=text]{margin-bottom:20px}}@media screen and (max-width:425px){.input-form{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;-webkit-flex-direction:column;flex-direction:column;padding:10px}.input[type=text]{min-width:60%;margin-bottom:20px}.submit-btn{min-width:30%}.recipe{-webkit-flex-basis:75%;flex-basis:75%;padding:20px}.recipe-calorie,.recipe-link,.recipe-title{font-size:20px}}@media screen and (max-width:375px){.input[type=text]{min-width:70%}.recipe{-webkit-flex-basis:80%;flex-basis:80%}.recipe img{width:150px;height:150px}}@media screen and (max-width:768px){.input[type=text]{min-width:80%}}*{margin:0;padding:0;box-sizing:border-box}.bookmark-text{color:#b81c36;font-weight:bolder}.bookmarks{display:-webkit-flex;display:flex;-webkit-justify-content:space-around;justify-content:space-around;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap}.bookmark{-webkit-flex-basis:30%;flex-basis:30%;padding:5px;background-color:#eee;margin-top:20px;border-radius:10%}.bookmark-image{border-radius:50%;width:170px;height:170px}.bookmark-title{font-size:15px;font-style:italic}.bookmark-btn{margin:8px 0;padding:6px 15px;background-color:#b81c36;color:#fff;border:none;border-radius:20px}@media screen and (max-width:768px){.bookmark{-webkit-flex-basis:40%;flex-basis:40%}}@media screen and (max-width:425px){.bookmark{-webkit-flex-basis:75%;flex-basis:75%}}nav{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;margin-bottom:20px;position:-webkit-sticky;position:sticky;top:0;background-color:#fdfdfd}a{text-decoration:none}.title{margin:0 0 10px 30px;text-decoration:none}.bookmark-icon,.title{font-size:40px;color:#b81c36}.bookmark-icon{margin:0 30px 10px 0}
/*# sourceMappingURL=main.86df57df.chunk.css.map */