.section{
  width: 30%;
  height: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 15px;
}
.section_dart{
  width: 100vw;
  height: 70%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section_title{
  width: 100%;
  text-align: center;
  display: none;
  background-color: var(--accent);
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 5px;
}
.section_dart-game{
  position: relative;
  width: 90vw;
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background-color: var(--lighter-gray);
  border: 1px solid var(--dark-primary); */
  border-radius: 5px;
  /* padding: 5px 10px; */
  margin-bottom: 20px;
}
.game_point{
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  border-radius: 50%;
  cursor: pointer;
}
.game_point6{
  padding: 3px;
}
.game_point1{
  position: absolute;
  width: 130px !important;
  height: 130px !important;
 background-color: brown; 
}
.game_point2{
  background-color: yellow;
}
.game_point3{
  background-color: purple;
}
.game_point4{
  background-color: green;
}
.game_point5{
  background-color: blue;
}
.game_point6{
  background-color: red;
}

/* .section_dart-chance{
  background-color: var(--accent);
}
.section_dart-reset{
  background-color: var(--secondary);
} */




@media (max-width: 900px) {
  /* body{
    height: max-content !important;
  } */
.section {
  width: 50%;
}
}

@media (max-width: 550px) {

.section {
  width: 70%;
}
.hands{
  width: 150%;
}
}