bodyq {
    background-color: #1a1a1a;
    color: #fff;
    font-family: Arial, sans-serif;
}


.glow {
  font-size: 200px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  to {
    text-shadow: 0 0 20px #ffffff4f, 0 0 30px #ff4da667, 0 0 40px #ff4da655, 0 0 50px #ff4da662, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}


.containerq {
    margin: 50px auto;
    max-width: 800px;
    padding: 0 20px;
    
}

.headingq {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    
    text-shadow: 1px 1px #333;
}

.review1 {
    background-color: #393939;
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 5px 10px #f2f2f2;
}

.review1 h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.review1 p {
    font-size: 16px;
    margin-bottom: 20px;
}

.review1 .author1 {
    font-size: 14px;
    font-style: italic;
    text-align: right;
}

.review1 .rating1 {
    color: #ffcc00;
    float: right;
    font-size: 36px;
    font-weight: bold;
    margin-left: 10px;
    text-shadow: 1px 1px #333;
}

.review1 .stars1 {
    color: #ffcc00;
    display: inline-block;
    margin-right: 10px;
    text-shadow: 1px 1px #333;
}

.review1 .stars1 i {
    font-size: 16px;
}

.review1 .stars1 i.filled {
    color: #ffcc00;
}