#choices div,
#movie {
    border: 1px solid gray;
    box-shadow: 2px 2px 2px 1px var(--bs-tertiary-color);
    border-radius: 5px;
    min-height: 5em;
    width: 100%;
    margin: 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

@media (max-width: 400px) {

    #choices div,
    #movie {
        font-size: 0.9rem;
    }
}