@import '../../styles/global';

.card {
  padding: 10px;
}
.button {
  margin: 20px auto;
}
.flex {
  display flex;
  align-items center;
  justify-content space-evenly;
  margin 30px auto;
}
.star {
  cursor: pointer;
  width: 100px;
  height: 100px;
  background: url('../../assets/star_border.png') no-repeat 50%;
  @media (max-width: 800px) {
    width: 40px;
    height: 40px;
    background-size 100%;
  }
}
.star-filled {
  background: url('../../assets/star.png') no-repeat 50%;
  @media (max-width: 800px) {
    width: 40px;
    height: 40px;
    background-size 100%;
  }
}
.input-container {
  width 100%;
}
