```html
.center-div {
width: 100%;
height: 300px;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid 000;
margin-top: 20px;
}
.center-content {
text-align: center;
}
```html
.center-div {
width: 100%;
height: 300px;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid 000;
margin-top: 20px;
}
.center-content {
text-align: center;
}