<head>
<style>
#abc{
margin: 0 auto;
text-align: center;
width: 1200px;
height: 550px;
align-items: center;
outline: 1px red solid;
display: flex;
justify-content: center;
}
</style>
</head>