body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#store-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#store-word-textbox {
    flex-wrap: wrap;
}


.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}