diff --git a/web-service/client/src/App.js b/web-service/client/src/App.js
index 9bf35de7eea0fc0c7c18cf8a5881198109481bc5..51998828c135f1595b43d37b04a4fa14407fce5e 100644
--- a/web-service/client/src/App.js
+++ b/web-service/client/src/App.js
@@ -18,14 +18,15 @@ const App = () => {
 
     if(window.localStorage.getItem('token')){
         return (
-            <div className="margin: 'auto', text-align: 'center'">
+            <div style={{'margin': 'auto', 'text-align': 'center'}}>
                 <h1>IT WORKS!!</h1>
                 <h2>Namibia here we come!</h2>
+                <button onClick={() => {window.localStorage.clear()}}>Remove all cookies</button>
             </div>
         )
     }
     return (
-        <div className='loginForm'>
+        <div style={{'padding-top': '150px', 'text-align': 'center'}}>
             <h2>Welcome to Future Technology Lab</h2>
             <h3>Please login!</h3>
             <a className="button" onClick={handleLogin}>