diff --git a/index.html b/index.html
index 0a32859..4dc243c 100644
--- a/index.html
+++ b/index.html
@@ -4,8 +4,8 @@
Kosmos
-
-
+
+
diff --git a/styles/style.css b/styles/style.css
index 4bcf9ca..961437e 100644
--- a/styles/style.css
+++ b/styles/style.css
@@ -16,8 +16,7 @@ body, html {
body {
background-color: #fff;
color: #232323;
- font-family: Abel;
- font-size: 18px;
+ font-family: 'Open Sans';
text-rendering: optimizeLegibility;
text-align: center;
}
@@ -47,11 +46,10 @@ header h1 {
margin-bottom: 2rem;
margin-right: -0.25em; /* fix trailing space from letter-spacing */
font-size: 7vw;
- font-family: Raleway;
font-weight: 700;
letter-spacing: 0.5em;
text-transform: uppercase;
- background: url(https://kredits.kosmos.org/img/bg-947d3bf6bb15a1a3b07afcba4c307690.jpg);
+ background: #232323 url(https://kredits.kosmos.org/img/bg-947d3bf6bb15a1a3b07afcba4c307690.jpg);
background-size: cover;
background-repeat: no-repeat;
-webkit-text-fill-color: transparent;
@@ -67,11 +65,10 @@ main {
width: 768px;
max-width: 90%;
text-align: left;
- font-size: 1.2rem;
}
main p {
- line-height: 1.5em;
+ line-height: 1.6em;
margin-bottom: 1em;
}