diff --git a/style.css b/style.css
index 53303370860ef75fe6c784bb1c982be8483f8f54..e46f2d4056b49f8b6e1f49a7f77fbe0fd6acbc7e 100644
--- a/style.css
+++ b/style.css
@@ -3,7 +3,7 @@
 html, body {
   width: 90vw;
   margin: 0px;
-  background: #f7f7f7;
+  background: #ffffff;
   font-family: 'Roboto', sans-serif;
   line-height: 1.5;
   padding: 1em;
@@ -33,6 +33,7 @@ img {
   width: 100%;
   margin: auto;
   max-width: 100%;
+  border-radius: 0.8em;
 }
 
 @media only screen and (max-width: 600px) {