* {
    padding: 0;
    margin: 0;
    color: #0D1B1E;
}



body {
    /* text-align: center; */
    background-color: #BBACC1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;




}

.container {
    display: grid;
    grid-template-columns: repeat(3,90px);
    grid-template-rows: repeat(3,90px);
    gap : 10px;
    justify-content: center;

}

button {
    background-color: #F1DEDE;
    width: 90px;
    height: 90px;
    border-radius: 10%;
    border: 0;
    font-size: x-large;
    font-weight: bold;

}

.reset  {
    margin-top: 10px;
  /* margin-left: 100px; */
  width: 290px;
  border-radius: 0;

}

.winMsg {
    text-align: center;
    background-color: #F1DEDE;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: xx-large;

}
