*{padding:0;margin:0;box-sizing:border-box}body{background:linear-gradient(90deg,#4facfe 0,#00f2fe);font-family:"Arvo",serif;background:#e8eff5}.form-container{min-height:20vh;width:100%}.search-form{display:flex;justify-content:center;align-items:center;min-height:17vh}.btn-container{position:"relative";width:"50%"}@media screen and (min-width:768px){.btn-container{width:30%}}.card{width:300px;box-shadow:1px 1px 10px 1px grey;border-radius:30px;padding:10px;background:wheat;display:flex;flex-direction:column;height:-webkit-max-content;height:-moz-max-content;height:max-content}.card,.card-header{overflow:hidden}.card-header img{width:100%;object-fit:cover;border-radius:30px}.ingredient-list{list-style:none}.card-footer{height:-webkit-max-content;height:-moz-max-content;height:max-content;margin-top:auto;padding:10px}.recipe-link{text-decoration:none;color:#fff;font-weight:900;-webkit-text-stroke:.5px #000}.recipe-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:50px;gap:50px;justify-items:center;margin-bottom:50px}.error-container{width:100%;text-align:center;z-index:2}.loaded{position:absolute;top:0;bottom:0;left:0;right:0;background:#f5f5f5;z-index:1;display:flex;justify-content:center;align-items:center;width:100%;height:100%}.spinner{width:100px;height:100px;border:10px solid #000;border-right-color:#fff;border-radius:50%;-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite}@-webkit-keyframes rotate{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg)}to{transform:rotate(1turn);-webkit-transform:rotate(1turn);-moz-transform:rotate(1turn)}}@keyframes rotate{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg)}to{transform:rotate(1turn);-webkit-transform:rotate(1turn);-moz-transform:rotate(1turn)}}
/*# sourceMappingURL=main.ed2383ab.chunk.css.map */