@charset "UTF-8";
/* CSS Document */



body {
  margin: 0;
  font-family: 'Verdana, Arial', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  background:#FFFFFF;
}



.logo
{
    width:100%;
    max-width:800px;
    height:auto;
    align-content:center;
    margin-left:auto;
    margin-right:auto;
padding-left:10px;
    padding-right:10px;
}


.logo-img
{
    width:100%;
    height:auto;
}


.textblock
{
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size:17px;
    color:#000000;
    text-align:center;
}








