html{
    --size-scale: 1 !important;
}
body {
}


* {
    background-color: white;
}

.sidebar {
    display: none;
}
.row>div.main.col-lg-10.col-md-9
{
    position: absolute;
    inset:0;
    z-index: 2;
}

h3.title {
    border-radius: 0 ;
    font-size: 3em;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    background-color: #888888;
    box-sizing: border-box;
    padding-bottom: 15px;
}
[href]{
    color: #007bff;
    font-style: italic;
    &::after{
        /* content: " (link " attr() ") "; */
        content: " (linkto: " attr(href) ") ";
        font-style: italic ;
        text-decoration: underline wavy;
    }
}



@page {
    size: A4;
    margin: 1in 0.5in 0.5in 1in;
}

@page :first {
    margin-top: 0;
}