html`<style>
.tool {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
border-top: 1px solid #e1e1e1;
margin: 17px 0;
}
.breadcrumbs {
margin-top: 10px;
font-size: 13px;
line-height: 22.1px;
}
.breadcrumbs,
.category[href] {
color: rgb(194, 194, 194);
}
.category[href]:hover {
color: rgb(6, 141, 254);
text-decoration: none;
}
.separator {
padding: 0 4px;
}
.header {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-top: 20px;
}
.hero {
display: flex;
align-items: center;
}
.nameplate {
max-width: 500px;
}
.logo {
height: 110px;
width: 110px;
margin: 0 25px 10px 0;
border-radius: 4px;
border: 1px solid rgb(225, 225, 225);
}
.name-block {
display: flex;
}
.h1,
.h2 {
font-weight: 600;
color: rgb(51, 51, 51);
}
.h1 {
font-size: 25px;
line-height: 1;
}
.git-fork-icon {
margin: 5px 0 0 5px;
height: 15px;
}
.website[href] {
display: flex;
align-items: center;
align-self: flex-start;
font-size: 13px;
line-height: 1.7;
color: rgb(112, 112, 112);
}
.website[href]:hover {
text-decoration: none;
}
.external-link-icon {
margin-right: 6px;
}
.nav {
display: flex;
margin: 15px 0 28px 0;
border-bottom: 2px solid #e1e1e1;
height: 82px;
}
.nav-link {
display: flex;
margin-right: 20px;
margin-bottom: -2px;
border-bottom: 2px solid rgb(6, 141, 254);
width: 82px;
align-items: center;
flex-direction: column;
}
.nav-link[href]:hover {
text-decoration: none;
}
.nav-item-name {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans;
font-weight: 400;
line-height: 1.7;
color: rgb(6, 141, 254);
margin-top: 4px;
font-size: 14px;
}
.text-file-icon {
fill: rgb(6, 141, 254);
stroke: rgb(6, 141, 254);
height: 34px;
}
.h2 {
font-size: 18px;
line-height: 1.7;
}
.title,
.description {
font-weight: 400;
color: rgb(112, 112, 112);
}
.title {
font-size: 16px;
line-height: 1.7;
padding: 5px 0;
max-width: 500px
}
.description {
font-size: 13px;
line-height: 1.69;
margin-top: 8px;
max-width: 860px;
padding-bottom: 28px;
border-bottom: 1px solid #e1e1e1;
}
.p:not(:first-child) {
margin-top: 8px;
}
</style>`