body {
    height: 100%;
    width: 100%;
    line-height: 1.8;
    background-color: #fff;
    text-rendering: optimizeLegibility;
    overflow-x: auto;
    overflow-y: auto;
}

html{
    height: 100% !important;
    width: 100%;
}

.cursor-pointer {
  cursor: pointer;
}