diff --git a/assets/circles-white.png b/assets/circles-white.png
new file mode 100644
index 0000000..8d19ac0
Binary files /dev/null and b/assets/circles-white.png differ
diff --git a/index.html b/index.html
index a6f4019..8df09d4 100644
--- a/index.html
+++ b/index.html
@@ -2,11 +2,43 @@
Devraza
+
- Something will arise...dd
+
+
+
Devraza
+
+
Programming and cybersecurity
+
+
+
+
Things I use
+
+
+
+
+
Links
+
+
diff --git a/style.css b/style.css
index 47bc430..b3ee87a 100644
--- a/style.css
+++ b/style.css
@@ -1,3 +1,61 @@
body {
- color: black;
+ background-color: #151517;
+ color: #ece5ea;
+}
+
+h3 {
+ text-align: center;
+}
+
+.logo {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: 7%;
+ width: 20rem;
+}
+
+.devraza {
+ margin-top: 20px;
+ margin-bottom: 0;
+ font-size: 70pt;
+ text-align: center;
+ font-weight: 900;
+}
+
+.description {
+ text-align: center;
+ color: #a292e8;
+ margin-top: 0;
+}
+
+.stack {
+ text-align: center;
+ margin-bottom: 40px;
+}
+
+.links {
+ margin-top: 20px;
+ text-align: center;
+}
+
+.hr-xl {
+ width: 40%;
+ border-color: #454449;
+ margin-top: 0;
+}
+
+.hr-sm {
+ width: 30%;
+ border-color: #454449;
+ margin-top: 15px;
+}
+
+a {
+ background-color: #242426;
+ padding: 10px;
+ color: #7ee6ae;
+}
+a:hover {
+ color: #e887bb;
}