html {
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto", sans-serif;
  overflow-y: scroll;
  min-width: 250px;
  max-width: 768px;
  font-size: 16px;
}
main {
  min-height: calc(100vh - 100px);
  border-radius: 10px;
  margin-left: 48px;
}
.side-bar {
  width: 25px;
  position: fixed;
  top: 70px;
}
footer {
  font-size: 0.9em;
  margin-left: 35px;
}

#copiedMessage {
  position: fixed;
  display: table-cell;
  line-height: 100px;
  width: 224px;
  height: 100px;
  text-align: center;
  top: calc(50% - 50px);
  left: calc(50% - 112px);
  transition: all 1s;
}

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-primary-rgb: 255, 170, 0;
  --bs-link-color-rgb: 255, 170, 0;
  --bs-link-hover-color-rgb: 198, 138, 0;
}
