@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

* {font-family: "Open Sans"
}

.container {
    padding: 0;
    width: 80%;
    margin: 0 auto;
    min-width: 520;
}

.header {
    height:75;
    width: 100%;
    top: 0;
    margin-top:70px;
    position: relative;
}

.content {
    color:black;
    margin-top:0;   
}

.content a
{
    border-bottom: dashed 1px blue;
    text-decoration: none;
    color: black;
}

.content a:hover
{
    border-bottom-color: red;
}

.pdflink::after {
    content:url(pdf-file-icon.png);
    padding-left:5px;
}

body {
    width: 100%;
    background:#FAFAFD;
    margin: 0;
    font-size: 112%;
}

img {
    padding-right: 15px;
    padding-left: 5px;
    float:left;
}