table{width:80%;margin:3% auto 0}th{text-align:left}td{padding-top:.5rem}td:first-child,th:first-child{width:20%}td:nth-child(2),th:nth-child(2){width:60%}td:nth-child(3),th:nth-child(3){width:20%}tbody tr:hover{color:var(--color-secondary)}.home{background-color:var(--color-background);margin:auto;padding:1rem}.ingredients{border:var(--debug-border) green;padding:2rem 1rem}.ingredients li{margin-bottom:.75rem;margin-left:-1.5rem}.ingredients ul{margin-top:-.5rem}.recipe-name{border:var(--debug-border) blue;padding:1rem}.recipe-detail{border:var(--debug-border) red;flex-flow:wrap;justify-content:flex-start;align-items:stretch;column-gap:5rem;display:flex}.instructions{border:var(--debug-border) purple;flex-direction:column;padding:1rem;display:flex}.instructions li{margin-bottom:.75rem;margin-left:-1.2rem}.instructions ol{margin-top:-.5rem}: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}
