html {
  scroll-behavior: smooth;
}

body {
  background-color: #0c0e12;
  margin: 0;
  padding: 0;
  font-family: 'Space Grotesk';
  color: #f1f1f2;
  text-align: center;
}

.nav {
  background-color: #151921;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navlink {
  text-decoration: none;
  color: #f1f1f2;
  font-weight: 500;
  text-align: center;
}

.navbox {
  display: flex;
  text-align: center;
  gap: 50px;
}

.contact {
  color: #f1f1f2;
  text-decoration: none;
  font-size: 21px;
  position: absolute;
  right: 40px;
  font-weight: 500;
}

.home {
  color: #f1f1f2;
  text-decoration: none;
  font-size: 40px;
  position: absolute;
  left: 40px;
  font-weight: 500;
}

.blog-header {
  text-align: center;
  padding: 3rem 1rem 2rem;
}

.posts {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
}

.post {
  background-color: #11141b;
  border-radius: 30px;
  border: 1px #ffffff20 solid;
  padding: 1.5rem;
  box-shadow: 10px 10px 10px #ffffff05;
}

.post h2 {
  margin-top: 0;
}

.date {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 1rem;
}

.content {
  line-height: 1.6;
}

.foot {
  position: static;
  height: 50px;
  background-color: #151921;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
}

.old {
  align-self: center;

  color: #f1f1f2;
}
