Despite my efforts, the alignment is not working as expected. The CSS I am using specifies that every <div>
button inside the body should be centered both vertically and horizontally. However, it seems like something is preventing this from happening.
body {
display: flex;
align-items: center;
justify-content: center;
}