html, body {
    margin: 0px;
    height: 100%;	
    font-family: Arial;
    }
    
    .center {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #999FF0;
      height: 100%;
    }
    