.container {
background-color: aqua;
width: 500px;
height: 500px;
color: aliceblue;
display: flex;
justify-content: center;
align-items: center;
}