body{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin:0;
    padding:0;
    font-size: 14px;
    overflow-y: scroll;
    line-height: 18px;
    background-color: #FAFAFA;
}

body::-webkit-scrollbar {
    display: none;
  }