Main page structure and style
diff --git a/css/main.css b/css/main.css
new file mode 100644
index 0000000..8ba3b54
--- /dev/null
+++ b/css/main.css
@@ -0,0 +1,21 @@
+#butons {
+	position: absolute;
+	bottom: 5%;
+	right: 0;
+}
+
+#butons button {
+	font-size: 36px;
+	height: 100px;
+	width: 70%;
+	color: white;
+	text-decoration: none;
+}
+
+button#win {
+	background-color: green;
+}
+
+button#lose {
+	background-color: red;
+}
\ No newline at end of file