diff --git a/_site/404.html b/_site/404.html
index 2b6d14e..06cd8a6 100644
--- a/_site/404.html
+++ b/_site/404.html
@@ -54,7 +54,7 @@ body {
width: 65%;
max-width: 1400px;
margin: 0 auto;
- font-family: "Fraunces";
+ font-family: "Fraunces", serif;
font-weight: 300;
}
@@ -81,7 +81,7 @@ h1, h2, h3 {
h1 {
text-align: center;
font-size: 3rem;
- margin: 3rem auto 1rem;
+ margin: 3rem auto;
}
@media (max-width: 650px) {
@@ -91,11 +91,6 @@ h1 {
}
}
-h2 {
- text-align: center;
- margin-bottom: 4rem;
-}
-
h3 {
text-transform: capitalize;
margin-bottom: .5rem;
@@ -163,7 +158,7 @@ footer ul {
header,
nav li,
footer li {
- font-family: "Bebas Neue";
+ font-family: "Bebas Neue", sans-serif;
font-size: 1.3rem;
}
@@ -237,6 +232,6 @@ a[aria-current="page"] {
-
+