body {
    // background: #fff url(img/bg_img.png);
    background-repeat: no-repeat;
    background-size: auto;
    font: 14px Trebuchet MS, Arial, Helvetica, Sans-Serif;
    color: #333;
    line-height: 160%;
    margin: 30px;
    padding: 0;
    text-align: left;
    height: auto;
    width: auto;
}

.topper {
  text: 1em;
}

.outer {
   margin: 0 auto;
   background-color: LightGrey;
}
.outer2 {
   margin: 0 auto;
}

.inner {
   margin-left: 50px;
   margin-right: -50px;
   padding-left:100;
   font: 14px Inter, Sans-Serif;
   a:link { 
     color: #0068b4;
     background-color: transparent;
     text-decoration: underline;
   }
   a:visited { 
     color: #0068b4;
     background-color: transparent;
     text-decoration: underline;
   }
   a:hover { 
     color: #EB5C3F;
     background-color: transparent;
     text-decoration: none;
   }
   a:active { 
     color: #757E83;
     background-color: transparent;
     text-decoration: none;
   }
}

.impress {
   font: 12px Inter, Sans-Serif, Italic;
   a:link { 
     color: #0068b4;
     background-color: transparent;
     text-decoration: underline;
   }
   a:visited { 
     color: #0068b4;
     background-color: transparent;
     text-decoration: underline;
   }
   a:hover { 
     color: #EB5C3F;
     background-color: transparent;
     text-decoration: none;
   }
   a:active { 
     color: #757E83;
     background-color: transparent;
     text-decoration: none;
   }
}
