diff --git a/index.html b/index.html
index 8df09d4..5c1a740 100644
--- a/index.html
+++ b/index.html
@@ -2,8 +2,9 @@
Devraza
-
+
+
diff --git a/style.css b/style.css
index 05be56c..99b3e0d 100644
--- a/style.css
+++ b/style.css
@@ -1,23 +1,26 @@
body {
background-color: #151517;
color: #ece5ea;
+ font-family: monospace;
+ font-size: 12pt;
}
h3 {
text-align: center;
text-decoration: underline;
+ font-size: 15pt;
}
.logo {
display: block;
margin-left: auto;
margin-right: auto;
- margin-top: 7%;
- width: 20rem;
+ margin-top: 6%;
+ width: 17rem;
}
.devraza {
- margin-top: 20px;
+ margin-top: 16px;
margin-bottom: 0;
font-size: 70pt;
text-align: center;
@@ -56,6 +59,7 @@ a {
background-color: #242426;
padding: 10px;
color: #7ee6ae;
+ line-height: 50px;
}
a:hover {
color: #e887bb;