@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

html,
body {
  overflow-x: clip;
}

img {
  max-width: 100%;
}

.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 150px 0;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  min-width: 0;
  max-width: 100%;
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
}
.docs {
  word-break: break-word;
  padding: 80px 0;
}
.docs h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
.docs h2 {
  margin-bottom: 10px;
  font-size: clamp(1.25rem, 4vw, 2rem);
}
.docs h3 {
  margin-bottom: 10px;
  font-size: clamp(1.1rem, 3vw, 1.625rem);
}
.docs li,
.docs p {
  color: inherit;
  line-height: 1.929;
}
.docs a {
  text-decoration: none !important;
  color: #0d6efd;
}
.docs a:hover {
  color: #000;
}

.logo-text a,
.logo-text {
  word-break: break-all;
}

@media (max-width: 640px) {
  .logo-text a {
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .footer .container p {
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .thanks {
    padding: 80px 0;
  }
  .thanks p {
    font-size: 16px;
  }
  .docs {
    padding: 60px 0;
  }
  h1 {
    font-size: clamp(1.5rem, 6vw, 2rem) !important;
  }
}
