@import url("./base.css");

#hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    height: 100%;

    background-size: cover;
    background-position: center;
}

#hero > h1 {
    display: flex;
    align-items: center;
    gap: 1rem;

    img {
        width: 96px;
        height: 96px;
    }
}