body {
    background-color:black;
    color:white;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
  }
  .landingPage {
      margin: 0 auto 0 auto;
      width: 100%;
      min-height: 100vh;
      
      /* For centering content */
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .block {
    display:block;
    clear:both;
    align-items: center;
    justify-content: center;
  }
  .logo {
      display: flex;
    align-items: center;
    justify-content: center;
  }