.leave-review {
    text-align: center;
}

.leave-review p {
	text-align: center;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.review-button {
    background-color: #2E7369; 
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    display: inline-block;
    transition: background 0.3s ease-in-out;
	margin-top: 15px;
	margin-bottom: 2%;
	cursor: pointer;
}

.review-button:hover {
	color: white;
	background-color: #90B9B4;
}/* CSS Document */


