



 /* Style the container with a rounded border, grey background and some padding and margin */
.reviewcontain {
  border: 1px solid #6699FF; /*  #ccc; */
  /* background-color: azure; #eee  #DFFFFF*/
  border-radius: 10px; /* 5 */
  padding: 16px;
  margin: 16px 0;
}

/* Clear floats after containers */
.reviewcontain::after {
  content: "";
  clear: both;
  display: table;
}

/* Float images inside the container to the left. Add a right margin, and style the image as a circle */
.reviewcontain img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

/* Increase the font-size of a span element */
.reviewcontain h5 {
  font-size: 20px;
  margin-right: 15px;
}

.reviewcontain .name {
  font-size: 20px;
  margin-right: 15px;
}


.reviewcontain .date {
  font-size: 0.8em;
  margin-right: 15px;
  font-family: Courier, monospace;
}


/* Add media queries for responsiveness. This will center both the text and the image inside the container */
@media (max-width: 500px) {
  .reviewcontain {
    text-align: center;
  }

  .reviewcontain img {
    margin: auto;
    float: none;
    display: block;
  }
} 

.auto-style1 {
  font-size: 20px;
}


