/* Please define your custom styles here */

html {
  user-select: none;
}

footer p {
  font-size: 0.8rem;
  width: 80%;
  text-align: center;
}

#progress-header {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#progress-frame {
  display: flex;
  align-content: flex-start;
  border: solid black 1px;
  width: 310px;
  height: 24px;
  padding: 3px;
  margin: auto;
}

#progress-bar {
  height: 16px;
  background-color: lightskyblue;
  border: none;
  padding: 0;
  margin: 0;
}

#item-display {
  margin: auto;
  height: 200px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

#item-rating, #rating-labels {
  display: flex;
  flex-direction: row;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.rating-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: solid grey 1px;
  border-radius: 10px;
  width: 80px;
  height: 60px;
  padding: 5px;
  margin: 5px;
  font-size: 1.2rem;
}

.label-0-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: solid white 1px;
  width: 80px;
  padding: 5px;
  height: 30px;
  margin: 0 5px;
  font-size: 0.7rem;
}

:hover.rating-button {
  background-color: lightgrey;
  border-color: black;
  cursor: pointer;
}

#rate-0 {
  margin-right: 25px;
}

#label-0 {
  margin-right: 25px;
}
