body {
    background-image: url("b.jpeg");
}
.square {
    height: 50px;
    width: 50px;
    background-color: aliceblue;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
}