body {
  font-family: 'Space Grotesk',sans-serif;
  font-size: 20px;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

footer {
  color: #777;
  font-size: 15px;
}

nav {
  display: flex;
  border-bottom: 1px solid #777;
}

nav ul {
  list-style-type: none;
  display: flex;
}

nav li {
  margin: 5px;
}

a {
  text-decoration: none;
}

nav a {
  color: #000;
}
nav a:hover {
  color: #000;
  background-color: #eee;
}
nav a:visited {
  color: #000;
}

.full-width {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* font */

@font-face {
    font-family: 'Space Grotesk';
    src: url('/fonts/SpaceGrotesk-Regular.woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('/fonts/SpaceGrotesk-Bold.woff2');
    font-weight: bold;
    font-style: normal;
}
