div[data-cell] {
  width: 100px;
  height: 100px;
  background-color:rgb(177, 210, 245);
  float: left;
  border: 1px solid #221f38;
  border-radius:10px;
  font-size: 100px;
  text-align: center;
  font-family: sans-serif;
}

.row {
  clear: both;
}

#announce-winner {
  clear: both;
  font-size: 50px;
  font-family: sans-serif;
}

.bg{
  background-color:rgb(26, 25, 50);
  border-radius:10px;
  width:306px;
  height: 306px;
  margin:auto;
  margin-top:50px;
}
#announce-winner{
    margin:auto;
}
#clear{
  background-color:rgb(73, 122, 173); /* Green */
 border: none;
 color: white;
 padding: 15px 32px;
 text-align: center;
 text-decoration: none;
 display: inline-block;
 font-size: 16px;
 margin-top:20px;

}
