```html
body {
fontfamily: Arial, sansserif;
backgroundcolor: f4f4f4;
padding: 20px;
}
.ratingcontainer {
backgroundcolor: fff;
borderradius: 10px;
boxshadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 20px;
maxwidth: 400px;
margin: 0 auto;
textalign: center;
}
.ratingcontainer h1 {
marginbottom: 20px;
}
.ratingimage {
maxwidth: 100%;
height: auto;
}