body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  box-sizing: border-box;
}
footer.footer-copyright {
  margin-top: auto;
  background: #f0f0f0;
  color: #999999;
}
footer.footer-columns {
  background: #f8f8f8;
  color: #666666;
  font-size: 15px;
  padding: 50px 0 50px 0;
}
footer.footer-columns h3 {
  font-size: 18px;
}
footer.footer-columns .footer-logo {
  max-width: 90%;
}
footer.footer-columns a:hover {
  text-decoration: underline;
}
#search {
  margin: 150px auto 50px auto;
  width: fit-content;
  position: relative;
}
#search input {
  border: 2px solid #cecece;
  border-radius: 30px;
  padding: 8px 20px;
  width: 400px;
  max-width: 90vw;
  font-size: 17px;
  font-family: inherit;
}
#search ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  font-weight: 200;
}
#search .iconify {
  font-size: 17px;
  position: absolute;
  right: 15px;
  top: 13px;
  opacity: .4;
}
.firma-link {
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
  padding: 10px 25px;
  border-radius: 20px;
  background: #f8f8f8;
  border: 1px solid transparent;
}
.firma-link:hover {
  border-color: currentColor;
}
.firma-link .f-url {
  color: blue;
  margin-bottom: 5px;
  font-weight: 100;
  font-size: 14px;
}
.firma-link .f-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.firma-link .f-description {
  opacity: 70%;
  font-size: 13px;
}
.stripebutton {
  font-family: Open Sans;
  display: flex;
  padding: 3px 1px 1px 1px;
  border-radius: 5px;
  background: #635cf9;
  color: white;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 20px;
}
.stripebutton:hover {
  background: #5953e0;
}
