body{
    background-color: rgb(34, 34, 34);
    font-size: var(--font-size);
    font-family: "DynaPuff", itim;
    font-weight: 600;
    color: gainsboro
}

.apply-font{
    font-family: "DynaPuff", itim;
    font-weight: 600;
}

html {
    scroll-behavior: smooth;
}
  
  
.snippet {
  margin-bottom: 30px;
  border: 1px solid #ddd;
  padding: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  overflow: auto;
}

.snippet {
  width: 45%; 
}


@media (max-width: 870px) {
  .snippet {
    width: 100%;
  }
}

#snippet-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.snippet h2 {
  margin-top: 0;
}

pre[class*="language-"] {
  background: #f5f2f0;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
  overflow-x: auto;
}

code[class*="language-"] {
  font-size: 1em;
}

