* {
  margin: 0;
  padding: 0;
}
#new {
  background-color: black;
  color: white;
  text-align: center;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container {
  display: flex;
  padding: 30px;
  justify-content: center;
  align-items: center;
  font-size: 50px;
}
.result {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 40px;
}
.item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.comNum,
.UserNum {
  font-size: 50px;
  font-weight: bold;
}
.text {
  font-size: 30px;
}

.third {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
}
#no {
  background-color: green;
  border: 2px solid;
  border-radius: 5px;
  padding: 9px;
  color: white;
}
.choice:hover {
  cursor: pointer;
  border: 1px solid black;
  border-radius: 50%;
}
