/* RecipeHQ Custom Styles */
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

#paste-area {
    min-height: 160px;
}

.recipe-img {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5rem;
}
