* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #000;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
}

nav {
  padding: 15px 15px 15px 40px;
  border-bottom: 1px solid #aec6cf;
  background: #000;
}

nav a {
  padding: 0 15px;
  color: #fff;
  text-decoration: none;
}

nav a:first-child {
  padding-left: 0;
}

nav a:hover {
  opacity: 0.8;
}

.container {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1200px;
}

h1 a,
h2 a {
  color: #fff;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover {
  opacity: 0.8;
}

.bio {
  margin-top: 20px;
}

.bio h2 {
  font-size: 2rem;
  width: 50%;
  margin-top: 10px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .bio h2 {
    width: 75%;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  nav {
    padding-left: 20px;
  }
}

.bio .react {
  color: #9bd3cb;
}

.bio .ruby {
  color: #f274bc;
}

.bio .quella {
  color: #adad9a;
}

.posts-list {
  list-style: none;
  margin-top: 40px;
}

.post-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
}

.post-item:last-child {
  border-bottom: none;
}

.post-item a {
  text-decoration: none;
  color: #fff;
  display: block;
}

.post-item a:hover {
  opacity: 0.8;
}

.post-item h3 {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.post-item .read-time {
  color: #aec6cf;
  font-size: 0.9rem;
}

.post-item .date {
  color: #888;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.post-item .excerpt {
  color: #ccc;
  line-height: 1.5;
}

.post-content {
  margin-top: 40px;
  line-height: 1.8;
  max-width: 800px;
}

.post-content h1 {
  margin-bottom: 10px;
}

.post-content .meta {
  color: #888;
  margin-bottom: 30px;
  font-size: 0.9rem;
}

.post-content p {
  margin-bottom: 20px;
}

.back-link {
  display: inline-block;
  margin-top: 40px;
  color: #aec6cf;
  text-decoration: none;
}

.back-link:hover {
  opacity: 0.8;
}
