.container { width: 150px; height: 150px; border: 3px solid black; display: flex; justify-content: center; align-items: center; }
.container {
width: 150px;
height: 150px;
border: 3px solid black;
display: flex;
justify-content: center;
align-items: center;
}