@font-face {
    font-family: "simple";
    src: url("font/SIMPLE.otf") format("opentype");
}

input {
    text-decoration: none;
    position: fixed;
    bottom: 5vh;
    margin: 1vw;
    padding: 1;
    right: 0;
    width: auto;
    background:  rgb(80, 62, 62)!important;
    color: rgb(220, 231, 181);
}

body {
    padding-left: 1vw;
    padding-right: 1vw;
    background: rgb(220, 231, 181);
    width: 75vw;
    border: 1px solid;
    color: rgb(80, 62, 62);
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    box-shadow: 6px 6px 2px 1px rgb(80, 62, 62);
    margin-bottom: 20vh;
    font-size:1.8vw;
    line-height: auto;
}
body strong {
    border: 1px solid Navy;
    font-size: .95rem;
}

body strong,
body a {
    font-weight: normal;
    color: inherit;
    font-family: "simple";
    font-size: 2vw;
}
body a:hover {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
body h1{
    text-transform: uppercase;
    font-size: 4vw;
    letter-spacing:.75vw ;
    font-family: "simple";
    line-height: 2vh;
    color: rgb(80, 62, 62);
    width: fit-content;
}
body h1 em{
    text-transform: uppercase;
    font-size: 4vw;
    letter-spacing:0.5vw ;
    font-family: "simple";
    font-weight: bolder;
}
h4 {
    font-family: "simple";
    font-size: 2vw;
    border-bottom:1px solid grey;
    border-radius: 10%;
    width: fit-content;
}


@media print {
    @page {
        size: A4;
        margin-bottom: 1cm; 
       
    }

    body {
        background-color: transparent;
        width: 80VW;
        top: 0;
        margin: 0;
        padding: 1vw;
        box-shadow:0px 0px 0px rgb(80, 62, 62);
    }

    body p,
    body ul li {
        font-size: 11pt;
    }

    body input {
        display: none;
    }

    body h1 {
        margin-bottom: 1vw;
        padding: 0;
        font-size:40px !important;
    }

 body h4{
        top: 0;
        position: relative;
        font-size:20px !important;
        line-height: normal; 
        margin: 0vw;
        padding: 0;
        background: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: grey;
    }

}

