/* Prevent widows in paragraphs by adding a non-breaking space to the last word */
p {
    text-wrap: pretty;
}

/* Custom spacing for hero */
header {
    min-height: 400px;
    display: flex;
    align-items: center;
}

/* Ensure responsiveness */
img {
    max-width: 100%;
    height: auto;
}