You are on page 1of 2

*{

padding: 0;
margin: 0;
}

body{
display: flex;
justify-content: center;
align-items: center;
}

#container{
width: 100vw;
height: 100vh;

display: flex;
justify-content: center;
align-items: center;
}

#box{
width: 292px;
height: 292px;

background-color: #EEEEEE;
background-color: #E3EFF3;
background-color: #CDE3EB;

padding: 14px;
margin: auto;

display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-content: space-between;
}

.block{
width: 64px;
height: 64px;

background-color: #19D3DA;
background-color: #CDE3EB;
/* background-color: #6E828A; */
background-color: #143A52;

border-radius: 6px;
cursor: pointer;
user-select: none;

display: flex;
justify-content: center;
align-items: center;
}

.number{
color: #E3EFF3;
font-size: 20px;
font-weight: bold;
font-family: montserrat;
}

You might also like