.homepage-banner {
    height: 3.125rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    background-color: #fdecd9;
}

.homepage-banner svg {
    width: 1.5rem;
}

.homepage-banner h1 {
    font-size: 1rem;
    font-weight: bold;
}