@font-face {
    font-family: 'HandelsbankenSans';
    src: url('HandelsbankenSansTable-Regular.woff2') format('woff2');
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
}

body {
    background: #f6f6f6;
    margin: 0px;
    padding: 0px;
    font-family: 'HandelsbankenSans', Arial, Sans-serif;
}
section {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 40em;
    height: 8em;
    margin-top: -4em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
}
.topline {
    height: 3px;
    width: 100%;
    background-color: #005fa5;
    margin-bottom: 30px;
}
.shblogo {
    height: 20px;
    width: 175px;
    display: block;
    margin-left: 50px;
    margin-right: auto;
}
h1 {
    font-size: 80px;
    color: #222222;
    margin: 0px;
    padding: 0px;
    text-align: left;
    letter-spacing: -4px;
    line-height: 100%;
}
.txtmain {
    margin-top: 30px;
    font-size: 20px;
    color: #222222;
    text-align: left;
    line-height: 150%;
    letter-spacing: -0.5px;
}
footer {
    padding: 3px;
    font-size: 9px;
    color: #636363;
    position: fixed;
    bottom: 0;
    right: 0;
}
