h2{
	font-family:"Times New Roman", Sans-serif;
	color:white;
	text-align:center;
	margin:0;
	background:#eb4b4b;
}
h3{
	font-family:"Times New Roman", Sans-serif;
}
h4{
    font-family:"Times New Roman",Sans-serif;
}
p {
	font-size:17px;
    font-family:"Times New Roman", Sans-serif;
}
img{
	max-width:100vw;
	max-height:40vh;
	margin:auto;
	box-shadow: 0px 0px 15px 8px #555;
}
div.carousel-inner{
	background:grey;
}

ul li{
	font-size:16px;
	font-family:"Times New Roman", Sans-serif;
}
div.listbox{
  background-color: white;
  width: 300px;
  border: 2px solid black;
  padding: 50px;
  margin: 20px;
}
div.images{
	max-width:5vw;
	max-height:5vh;
}


#myCarousel2 {
    float: right;
    margin-top: -350px;
    left: -500px;
    height:30%;
    width: 40em;
}

#myCarousel2 * img {
    height:30%;
}


div.listbox3{
    background-color:white;
    width: 300px;
    border: 2px solid black;
    padding: 50px;
    margin: 20px;
    text-align: center;
}
div.review-box{
    background-color: white;
    width: 300px;
    border: 2px solid black;
    padding: 50px;
    margin: 20px;
}
.review-box {
    max-width: 600px;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 8px;
    background-color: #f9f9f9;
}
.review-box h2 {
    text-align: center;
}
.comment {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.comment:last-child {
    border-bottom: none;
}
.comment p {
    margin: 5px 0;
}
.comment .author {
    font-weight: bold;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
}
.form-group input, .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.form-group button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.form-group button:hover {
    background-color: #45a049;
}