@font-face {
  font-family: 'Rubik Glitch';
  src: url(/rubikglitch.woff) format('woff2');
}

@font-face {
  font-family: 'Permanent Marker';
  src: url(/marker.woff) format('woff2');
}

@font-face {
  font-family: 'Architects Daughter';
  src: url(/architectsdaughter.woff) format('woff2');
}

body {
  margin: 0px;
  font-family: 'Architects Daughter';
  font-weight: bold;
  font-size: 24px;
  background-color: #282828;
  color: #fff;
}

body p strong {
  text-decoration: underline;
  font-size: 28px;
}

body a {
  color: #fff;
}

header {
  background-color: #333;
  color: #fff;
}
    
header a {
  text-decoration: none;
  color: #fff;
}

header {
  text-align: center;
}

header li {
  display: inline;
}

header ul {
  padding: 0px;
}

footer {
  background-color: #333;
  color: #fff;
  text-align: center;
}

footer a {
  color: #fff;
}

footer {
  padding: 32px;
}

.site-title a {
  font-family: 'Rubik Glitch';
  font-size: 64px;
}

.homepage {
    text-align: center;
}

.homepage img {
  width: 640px;
  max-width: 100%;
}

h1,
h2,
h3,
h4 {
  font-family: 'Permanent Marker';
}

nav {
  padding-bottom: 2px;
}

nav a {
  transition: 0.5s;
  background-color: #222;
  padding: 3px 8px;
  border-radius: 3px;
}

nav a:hover {
  background-color: #444;
  border-bottom: solid 4px;
  transition: 0.5s;
}

*\

body {
  display: grid;
}

/*

header {
  grid-column: 1 / 3;
}

article {
  grid-column: 1 / 2;
  margin-left: 15vw;
}

aside {
  grid-column: 2 / 3;
  margin-right: 15vw;
}

footer {
  grid-column: 1 / 3;
}

*/

main, aside {
  max-width: 1200px;
  margin: auto;
  padding: 0px 24px;
}
