.rating{
    background-color: var(--window-color);
    height: 70%;
    width: 60%; 
    position: absolute;
    top: 15%;
    left: 20%; 
}
.rating h1{
    text-align: center;
}
.stars a {
    cursor: pointer;
    margin: 4px;
    font-size: 3rem;
    color: rgb(196, 196, 196);
    -webkit-text-stroke: 3px rgb(91, 90, 89);
  }
  .stars a.active {
    color: rgb(255, 225, 0);
    -webkit-text-stroke: 3px rgb(247, 138, 4);
  }
  .container-rating{
    display: flex;
    justify-content: space-around;
  }
  .rating p{
    text-align: center;
    margin-left: 0px;
  }
  .rating textarea{
    border: 2px solid var(--border-color);
    width: 100%;
    height: 70px;
  }

  .rate-button{
    float: right;
}