body {
  font-family: "Montserrat";
  padding-bottom: 64px;
}

code {
  font-size: 100%;
  display: inline-block !important;
  font-size: 1.4rem;
}

.header {
  display: flex;
  flex-direction:row;
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 15rem;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: -.1rem;
}

.text-header {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: .2rem;
  font-weight: 600;
}

#repoHomepage {
  margin-top: 1rem;
}

.version {
  font-size: 2.3rem;
  font-style: italic;
  font-weight: 300;
  margin-top: auto;
  margin-bottom: auto;
}

.elem {
  margin: 1rem 0rem;
}

.danger-button {
  text-transform: none;
  border-color: crimson;
  font-family: "Montserrat";
  color: crimson;
  pointer-events: none;
  font-size: 1.2rem;
  margin-bottom: .2rem;
}

button, button:focus {
  border-color: #1EAEDB;
  color: #1EAEDB;
}

button:hover {
  border-color: white;
  color: white;
  background-color: #1EAEDB;
}

.versions {
  display: flex;
  flex-direction: column-reverse;
}

.versions div {
  display: block;
  text-decoration: none;
  padding: 10px 20px;
  cursor: pointer;
}

.versions div a:nth-of-type(2) {
  display: none;
}

.readme-block {
  font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.selected {
  background-color: #1EAEDB;
  border-radius: 5rem;
}

.selected a {
  color: white;
  font-weight: bold;
}

.selected.prerelease {
  background: #ffdf76; /* Background for selected and prerelease elements */
  position: relative; /* Position relative for absolute positioning of pseudo-element */
}

.selected.prerelease a{
  color: #664e04;
}

.selected.prerelease::after {
  content: "Prerelease"; /* Text to display */
  position: absolute;
  right: 15px; /* Adjust as needed */
  color: white;
  font-size: 12px;
  padding: 2px 5px;
  background-color: #555555;
  border-radius: 3px;
}

.main {
  position: relative;
}

.main::after {
  content: "Latest stable"; /* Text to display */
  position: absolute;
  right: 15px; /* Adjust as needed */
  color: white;
  font-size: 12px;
  padding: 2px 5px;
  background-color: #555555;
  border-radius: 3px;
}

/* Footer */
body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content {
  flex: 1;
  padding: 20px;
}

.footer {
  background-color: #f5f5f5;
  color: #08183f;
  text-align: center;
  padding: 20px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.goback-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
  overflow: hidden;
  width: fit-content;
  height: fit-content; 
  background-color: #1EAEDB;
  padding-left: 0%;
  padding-right: 0%;
  margin-bottom: 0%;
}

.goback-butto svg path {
  fill: #1EAEDB;
}
