h1 {
    color: rgb(63, 62, 62);
    font-family: chunkFive;
}
.outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  
  .middle {
    display: table-cell;
    vertical-align: middle;
  }
.login-card {
    border-radius: 5px;
    background-color: rgb(243, 243, 243);
    padding: 20px;
    margin-left: auto;
  margin-right: auto;
  width: 700px;
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
  }
  .loginButton {
      font-size: 18px;
      color: white;
      font-family: Helvetica;
      font-weight: 300;
      border-radius: 5px;
      height: 40px;
      width: 80px;
    background-color:#F6821E 
  }
  /* On mouse-over, add a deeper shadow */
  .login-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  @font-face {
    font-family: 'chunkFive';
    src:  local('chunkFive'),url('../fonts/chunkfive/ChunkFive-Regular.otf') format("opentype");
    
  }
  
  