.blank-screen {
    height: 100%;
    width: 100%;
    position: relative;
    background: #1b1c20;
    color: white;
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: center;
  }