table{width:100%}td{padding-bottom:1rem}tbody tr:hover{color:var(--color-secondary)}.recipe-list{border:var(--debug-border) blue}.home{background-color:var(--color-background);margin:auto;padding:1rem}.ingredients{border:var(--debug-border) green;padding-top:1rem}.ingredients li{margin-bottom:.75rem;margin-left:-1.5rem}.ingredients ul{margin-top:-.5rem}.recipe-name{border:var(--debug-border) blue}input{text-align:center;border-radius:.5rem;width:1rem;margin:.5rem}.recipe-detail{border:var(--debug-border) red;flex-flow:wrap;justify-content:flex-start;align-items:stretch;column-gap:5rem;display:flex}@media (width<=600px){.recipe-detail h1{font-size:2rem}}.instructions{border:var(--debug-border) purple;flex-direction:column;padding-top:1rem;display:flex}.instructions li{margin-bottom:.75rem;margin-left:-1.2rem}.instructions ol{margin-top:-.5rem}.about{border:var(--debug-border) green;flex-direction:row;align-items:center;gap:2rem;width:75%;margin:auto;display:flex}.about img{aspect-ratio:3/4;object-fit:cover;filter:grayscale(90%)contrast(.9)brightness(.9);border-radius:50%;flex-shrink:0;width:200px;margin-top:1rem}@media (width<=600px){.about h1{font-size:1.5rem}.about{flex-direction:column}.about img{size:150px;order:-1;margin-top:1rem;margin-bottom:-2rem}}:root{--color-primary:#c62828;--color-secondary:#c99700;--color-background:#fffde7;--color-card:#fff;--color-text:#263238}body{background-color:var(--color-background);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.2rem}:root{--debug-border:0px solid}
