*,*::before,*::after{
box-sizing: border-box;
margin: 0;
padding: 0;
}
body{
height: 100vh;
display: flex;
justify-content: center;
align-content: center;
}
.container{
background-color: blue;
width: 450px;
height: 400px;
display: flex;
align-content: center;
justify-content: center;
}
*,*::before,*::after{
box-sizing: border-box;
margin: 0;
padding: 0;
}
body{
height: 100vh;
display: flex;
justify-content: center;
align-content: center;
}
.container{
background-color: blue;
width: 450px;
height: 400px;
display: flex;
align-content: center;
justify-content: center;
}