diff --git a/index.html b/index.html
new file mode 100644
index 0000000..7721d2d
--- /dev/null
+++ b/index.html
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
diff --git a/mystyle.css b/mystyle.css
new file mode 100644
index 0000000..0474d1e
--- /dev/null
+++ b/mystyle.css
@@ -0,0 +1,23 @@
+/*
+To change this license header, choose License Headers in Project Properties.
+To change this template file, choose Tools | Templates
+and open the template in the editor.
+*/
+/*
+ Created on : 13.2.2018, 19:00:32
+ Author : Satu
+*/
+body{
+ background-color: lightblue;
+}
+form{
+ margin-left: 20%;
+ margin-right: 20%;
+}
+div{
+ margin: auto;
+ width: 80%;
+}
+.main{
+ background-color: wheat;
+}