* {
  background: ghostwhite;
  color: #1a1e24;
  font-family: Palatino-Roman;
}

code,pre {
  font-family: monospace;
  background-color: #1a1e24;
  border: 1px solid ghostwhite;
  color: ghostwhite;
  border-radius: 10px;
  display: block;
  padding: 10px;
  margin: 20px;
  white-space: pre;
  overflow-x: auto;
}

img {
  display: block;
  margin: 20px auto;
  border-radius: 10px;
  max-width: 90%;
  text-align: center;
}

samp {
  font-family: monospace;
  font-size: large;
  color: ghostwhite;
  background: #1a1e24;
}

html {
  max-width: 80ch;
  margin: auto;
}

footer {
  padding-top: 20px;
  text-align: center;
}

ins::before {
  content: "+";
  font-family: monospace;
  color: limegreen;
  background: #1a1e24;
}

ins {
  font-family: monospace;
  background: #1a1e24;
  color: ghostwhite;
  text-decoration: none;
}

button {
  border-color: #1a1e24;
}

@media (prefers-color-scheme: dark) {
  * {
    color: ghostwhite;
    background: #1a1e24;
  }

  button {
    border-color: ghostwhite;
  }
}

.strava-embed-placeholder {
  max-width: 90%;
}
