html { 
    
    background-color: rgb(29, 30, 32); 

}



body {
  /* color: rgb(218, 218, 219); */
  width: 90%;
  margin: auto;
  color: rgb(196, 196, 197);
  font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;
  font-size:18px;
  line-height:1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(218, 218, 219);
}


a:link {
    color: rgb(218, 218, 219);
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
  }
  
  a:visited {
    color: rgb(218, 218, 219);
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  a:active {
    text-decoration: underline;
  }

.header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 70rem;
  margin: auto;
}

.menu {
  display: flex;
  flex-direction: row;
  min-width: 10rem;
  justify-content: space-evenly;
  align-items: center;
}

.content {
    justify-content: center;
    max-width: 63rem;
    margin: auto;
  }

.pgp-block {
  display: flex;
  justify-content: center;
  background-color: rgb(46, 46, 51);
  /* text-align: center; */
}

.pgp-code {
  margin: auto;
}

.logo-img {
  display: block;
  opacity: 0.5;
  max-width: 15rem;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

/* Special override to remove all parent link styling */
a.post-link {
  all: unset;
}

.post-container {
  background-color: rgb(46, 46, 51);
  border-radius: 25px;
}

.post {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 1px;
}