diff --git a/website/src/Reviews.jsx b/website/src/Reviews.jsx
index a442ee4..e124bbc 100644
--- a/website/src/Reviews.jsx
+++ b/website/src/Reviews.jsx
@@ -1,5 +1,5 @@
import { useState, useRef, useEffect } from 'react';
-import './Reviews.css';
+import styles from './Reviews.module.css';
import SelectDropdown from './components/SelectDropdown';
function Reviews() {
@@ -108,63 +108,87 @@ function Reviews() {
return (<>
Reviews
-
I would greatly appreciate receiving a review. You are welcome to write it in either English or German. All fields are optional and all reviews are submitted anonymously.
+
I would greatly appreciate receiving a review. You are welcome to write it in either English or German. All fields are optional and all reviews are submitted anonymously.