/* css/style.css */
.simple-hello-world-message {
    font-size: 30px;
    font-weight: bold;
    color: #0073e5;
    text-align: center;
    margin: 20px 0;
}
.review-box {
    padding: 15px;
    display: inline-block;
    border: solid 1px grey;
    box-shadow: 3px 3px 3px grey;
    border-radius: 25px;
}