*{
  margin:0;
  padding:0;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  /*
  font-family: 'Roboto', sans-serif;
  background: #ffffff;  
  position:relative;

 
  font-size: 16px;
*/
  font-family: 'Lato', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 22px;


  display:flex;
  flex-direction: column;

}

