diff --git a/src/index.php b/src/index.php
index dfb1d3f..a6bc543 100644
--- a/src/index.php
+++ b/src/index.php
@@ -15,6 +15,14 @@
-
Hey, I'm Eworc.
+ Hey! I'm Eworc.
-
\ No newline at end of file
+ I write code, and listen to CDs :)
+
+
+
+
+
+
Here's some of the programs that I have written:
+
+
diff --git a/src/style.css b/src/style.css
index 78add0f..c463a12 100644
--- a/src/style.css
+++ b/src/style.css
@@ -3,10 +3,11 @@
body {
background-color: #1a1b26;
}
-p {
+p, h1, h2, h3, h4 {
font-family: Google Sans Code;
color: #1a1b26;
+ font-weight: normal;
}
@@ -23,6 +24,19 @@ p {
}
+.centered-div{
+
+ margin-left: auto;
+ margin-right: auto;
+ max-width: 50%;
+ text-align: center;
+ border-radius: 10px;
+ padding: 10px;
+ margin-top: 5%;
+
+}
+
+
.profile-picture{
@@ -30,4 +44,4 @@ p {
max-width: 25%;
-}
\ No newline at end of file
+}