html,
body {
    width: 100%;
    height: 100%;
    line-height: 1.5;
    margin: 1rem auto;
    max-width: 900px;
    color: rgb(55, 53, 47);
    display: flex;
    flex-direction: column;
}
.sans {
    font-family:
        ui-sans-serif,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Helvetica,
        "Apple Color Emoji",
        Arial,
        sans-serif,
        "Segoe UI Emoji",
        "Segoe UI Symbol";
}
.page-cover-image {
    display: block;
    object-fit: cover;
    width: 100%;
    max-height: 40vh;
}
.page-header-icon-with-cover {
    margin-left: 0.07em;
    position: relative;
    top: 20;
    
}
.page-header-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}
.page-header-icon img {
    border-radius: 3px;
}
.icon {
    display: inline-block;
    max-width: 1.2em;
    max-height: 1.2em;
    text-decoration: none;
    vertical-align: text-bottom;
    margin-right: 0.5em;
}
.page-title {
    font-size: 2rem;
    font-weight: 700;
   
}
.page-body{
    
}
.page-body p {
    font-size: 0.8rem;
    margin-top: 1rem;
}
.link-to-page{
    margin: 1em 0;
    padding: 0;
    border: none;
    font-weight: 500;
   
}
.link-to-page a{
    color: inherit;
}
