html, body { height: 100%; }

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-content { flex: 1 0 auto; }

.site-footer {
  margin-top: auto;
  text-align: center;
  padding: 3px 0;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  color: darkgreen;
  font-family: monospace;
  font-size: small;
}

body {
  max-width: 900px;
  margin: 0 auto;
  background-color: white;
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  /* font-size: medium; */
  padding: 40px;
  color: black;
  /* border: 2px solid darkgreen; */
  box-sizing: border-box;
  width: 100%;
}

.body_content {
  max-width: 900px;
  margin: 0 auto;
  background-color: whitesmoke;
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: medium;
  padding: 15px;
  color: black;
  border: 2px solid darkgreen;
  box-sizing: border-box;
  width: 100%;
}

a, a:visited {
  text-decoration: none;
  font-weight: bolder;
  color: darkgreen;
}

a:hover {
  background-color: darkgreen;
  color: white;
}

h1, h2, h3, h4, h5, h6 {
  font-family: monospace;
  font-weight: bolder;
}


img {
  max-width: 75%;
  display: block ;
  margin: 0 auto;
  padding: 20px;
}

.navbar {
  /* background-color: rgb(144, 238, 167); Change to your desired color */
  width: 100%;
  border: 2px solid darkgreen;
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
  /* background-color: lightgoldenrodyellow; */
}
.navlinks {
  display: flex;
  list-style: none;
  color: black;
  /* padding-left: 0;
  padding-bottom: 2px;
  padding-top: 2px;
  padding: 2px; */
}
.navlinkitem {
  padding-right: 2px;
  margin: auto;
  font-weight: bolder;
  font-family: monospace;
  padding: 3px;

}

.navlinkitem,
.navlinkitem:visited {
  color: darkgreen;
  font-size: x-large;
}

pre {
  max-width: 100%;
  overflow-x: auto;
  box-sizing: border-box;
  background: darkgreen;
  padding: 1em;
  border-radius: 2px;
}

/* Inline code (outside of pre) */
code {
  color: darkgreen
  font-size: medium;
}

/* Code blocks */
pre code {
  color: #fff; white

}

/* Ensure your pre background stays as desired (example) */
pre {
  background: darkgreen; /* keep or set your block bg */
}


code {
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: auto;
  word-break: break-word;
  display: inline-block;
  /* color: white; */
  /* font-weight: bold; */
}

button.connect-btn {
  font-family: monospace;
  font-weight: bolder;
  background-color: darkgreen;
  color: white;
  padding: 2px;
  border: 3px solid darkgreen;
  transition: background 0.2s, color 0.2s, border 0.2s;
}

button.connect-btn:hover,
button.connect-btn:focus {
  font-family: monospace;
  font-weight: extra-bold;
  background-color: darkgreen;
  color: white;
  padding: 2px;
  border: 3px solid green;
  cursor: pointer;
}

.postul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: large;
}

.photos-body {
    background-color: black;
}
