diff --git a/css/main.css b/css/main.css
index 682d1ef..83ffe77 100644
--- a/css/main.css
+++ b/css/main.css
@@ -108,6 +108,10 @@ body{
text-align:center;
}
+p.middle{
+
+}
+
#tupperware{
margin:0 auto;
width:100%;
diff --git a/index.html b/index.html
index e547b35..6ff7c19 100644
--- a/index.html
+++ b/index.html
@@ -20,17 +20,18 @@
+
+
-
How 'bout a smile?
-
Smile for the camera to enter the page
+
-
-
+
@@ -67,6 +68,10 @@ Add a student
// This event is sent when the user has smiled
locker.addEventListener("userSmiled", function (ev) {
console.log(ev.detail.score);
+ document.querySelector('#password').classList.add('hidden');
+ document.querySelector('#tupperware').classList.remove('hidden');
+
+
// Hide the hider so we show the content
hider.hide();