body {
    font-family: 'Roboto', sans-serif;
    background-color: #ffff99;
    color: #800000;
    margin: 0;
    padding: 20px;
    line-height: 1.6;
}

header {
    text-align: center;
    margin-bottom: 40px;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

h2 {
    font-size: 1.8em;
    margin-bottom: 5px;
}

.reviews {
    max-width: 800px;
    margin: 0 auto;
}

.review {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.rating {
    font-weight: bold;
    margin-bottom: 10px;
}

.review-text {
    font-size: 1em;
}

footer {
    text-align: center;
    margin-top: 40px;
    font-size: 0.9em;
}