main > .top-container {
    margin-bottom: 2rem;
}

main > .top-container > h1 {
    text-align: center;
    margin-bottom: 2rem;
}

main > .top-container > p {
    text-align: center;
    margin-bottom: 2rem;
}

main > .top-container > form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

main > .top-container > form > input[type="text"] {
    margin-bottom: 0;
}

main > .top-container > form > input[type="submit"] {
    margin-left: 0;
    white-space: nowrap;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

main > .caption {
    margin-top: 2rem;
}

@container (min-width: 40rem) {
    main > .top-container > form {
        flex-direction: row;
    }

    main > .top-container > form > input[type="submit"] {
        width: auto;
    }

    main > .top-container > p {
        margin-left: 5rem;
        margin-right: 5rem;
    }

    main > .tag-cluster {
        margin-left: 6rem;
        margin-right: 6rem;
    }
}
