* {
  margin: 0px;
  padding: 0px;
}

body {
  background-image: url(image/graffiti-966463_1920.jpg);
  background-size: cover;
  background-repeat: no-repeat;

}

.ball {
  display: inline-block;
  margin-right: 15px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

#title {
  display: flex;
  justify-content: center;
  font-size: 60px;
  color: white;
  padding: 80px 0px 40px 0px;
}

#main-section-color {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
}

#color-section {
  width: 550px;
  font-size: 40px;
  font-weight: 600;
  color: white;
  text-align: center;
  border-radius: 10px;
  background-color: #242224;
}

#rgb-color {
  margin: 30px 0px;
}

#answer {
  font-size: 20px;
  margin: 30px 0px;
}

#info-score {
  background-color: red;
  border-radius: 0px 0px 10px 10px;
}

#score-name {
  font-size: 40px;
  font-weight: 600;
  color: white;
  margin-top: 20px;
}

#reset-game {
  background: transparent;
  border: none;
}

#reset-game img {
  width: 130px;
  margin-top: 20px;
}