html { background-color: #3a5241; color: #fbfcd2; } 
.main-column { width: 100%; max-width: 1000px; margin: 0 auto; } 
div { display: block; font-family: "pacaembu", sans-serif; font-weight: 400; font-style: normal; } 
header { border: 5px solid #fbfcd2; background-color: #d56301; margin: 20px auto; margin-bottom: -20px; padding: 20px; box-sizing: border-box; font-family: "rl-horizon", sans-serif; font-weight: 700; font-style: normal; font-size: 20pt; text-align: center; max-width: 800px; border-radius: 10px; } @media (max-width:600px) { header { font-size: 17px; } } img { max-width:300px; display: block; margin: 0 auto; } .spin { animation: spin 150s linear infinite; cursor: pointer; } .spin:active { animation: none; } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } @media (max-width:600px) { img { max-width: 100px; } } .recipe-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin: 40px 0; align-items: start; margin-top: 58px; } summary { list-style: none; } summary::-webkit-details-marker { display: none; } .recipe-grid details { border: 4px solid #fcfbd2; padding: 10px; border-radius: 10px; } .card { border: 4px solid #fbfcd2; border-radius: 10px; padding: 10px 20px; cursor: pointer; } @media (max-width: 600px) { .recipe-grid { grid-template-columns: 1fr; } } summary { list-style: none; margin: 0; padding: 0; font-size: 16px; } .spice { margin-left: 23px; } li { font-size: 13px; } .prep { font-size: 13px; } .method { margin-top: 40px; font-size: 22px; border: 4px solid #d56301; border-radius: 10px; padding: 20px; background-color: #fbfcd2; color:#3a5241; padding-bottom: 70px; } .method li { margin-bottom: 30px; } @media (max-width: 600px) { .method { margin-top: 20px; } } #rec { font-family: "rl-horizon", sans-serif; font-weight: 700; font-style: normal; font-size: 22pt; margin: auto; margin-bottom: 15px; text-align: center; color:#d56301 } @media (max-width: 600px) { #rec { font-size: 28pt; } } footer { font-family: "pacaembu", sans-serif; font-style: normal; font-size: 10pt; margin-top: 20px; margin-bottom: 20px; text-align: center; } .method-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 20px; } .method-images img { width: 100px; margin-bottom: -3px; border-radius: 1px; } @media (max-width: 700px) { .method-layout { grid-template-columns: 1fr; } } .method-steps { display: grid; gap: 20px; } .step { display: grid; grid-template-columns: 3fr 1fr; gap: 20px; align-items: center; } .step p { font-size: 15px; font-weight: 400; line-height: 1.5; margin: 0; } .step img { width: 100%; border-radius: 6px; } @media (max-width: 700px) { .step { grid-template-columns: 1fr; } .step img { width: 150px; margin: 0 auto; display: block; } } #enjoy { font-family: "rl-horizon", sans-serif; font-weight: 700; font-style: normal; font-size: 20pt; margin: auto; text-align: center; margin-bottom: 12px; } hr { color: #fbfcd2; } #eight { width: 300px; max-width: 400px; height: auto; margin-top: -105px; } .step img:hover { transform: scale(1.5); } #eight:hover { transform: scale(1.2); } .step img.bigger { width: 190px; max-width: 100%; margin-top: -40px; margin-bottom: -40px; }

.top {
    width: 100%;       /* fills full width of screen */
    height: auto;      /* keeps original image proportion */
    display: block;
    margin-top: 20px;
    margin-bottom: -58px;
    max-width: none;
}
.hov {
    text-align: center;
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 20px;
}

