@import "parameters.css";html{font-size: 14px;}*{color:var(--text-color);font-family: Poppins, sans-serif;font-weight: var(--normal-font-weight);outline: none;}body{margin: 0;overflow-y: auto;}.page-main-div{height: 100%;width: 100%;}html, body {height: 100%;}.width-fit {width: fit-content;}.div-with-shadow{width: calc(100% - 2rem);height: calc(100% - 2rem);margin: 1rem;border-radius: 0.5rem;overflow: hidden;box-shadow: 0 0 3px 3px var(--box-shadow-color);position: relative;padding: 1rem 1rem 0 1rem;background: var(--background-elevation-1);}.content-div{display: flex;grid-template-rows: 1fr max-content 3fr;background: var(--app-color-transparent);}.main-div{padding: 2rem 8rem;margin: auto;width: fit-content;height: fit-content;background: var(--app-color-very-soft);}.main-icon-container{width: fit-content;margin: auto;}.main-icon{height: 12rem;width: fit-content;margin: auto;}.header{font-family: "Rosarivo", cursive;color:var(--app-color);font-size: 5rem;font-weight: 200;width: fit-content;margin: auto;}.subheader{font-size: 2rem;font-weight: 200;width: fit-content;margin: auto;display: flex;}.subheader *{font-size: 2rem;font-weight: 200;width: fit-content;}.usage{width: fit-content;margin: 1rem auto auto auto;}.usage-title{font-size: 1.95rem;font-weight: 200;width: fit-content;margin: auto auto auto 0;display: flex;}.usage .endpoint{font-size: 1.65rem;font-weight: 200;width: fit-content;margin: 1.5rem auto 0.5rem 1rem;display: flex;}.usage .param{font-size: 1.35rem;font-weight: 200;width: fit-content;margin: auto auto auto 2rem;overflow-wrap: break-word;}a{color:var(--app-color);cursor: pointer;margin-right: 0.5rem;text-decoration: none;}.pildo-label {width: fit-content;margin: 1rem -6rem -1rem auto;}.pildo-label a {font-size: 1.5rem;font-weight: 300;}.full-space-div{width: 100%;height: 100%;overflow-y: auto;}.full-space-1rem-margin-div{width: calc(100% - 2rem);height: calc(100% - 1rem);margin:auto;overflow: hidden;}.full-width{width: 100%!important;margin-left: 0!important;margin-right: 0!important;}.main-example{font-size: 1.5rem;font-weight: 200;width: fit-content;margin: 0.5rem auto 0.5rem 2rem;display: flex;}.example {text-decoration: underline;font-size: 1.3rem;margin: 0.2rem auto auto 0.75rem;}