#root {
    width: 100vw !important;
     height: 100vh !important;
     display: flex !important;
     justify-content: center !important;
     align-items: center !important;
     font-family: 'Roboto', sans-serif !important;
     background-color: #f5f5f5 !important;
  }