body {
    background-color: #FF0000;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: 'AxeHandel', sans-serif;
    text-align: center;
  }

  #app {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .title {
    font-size: 4rem;
    letter-spacing: 2px;
    margin-bottom: 3rem;
    color: #121212;
  }
  
  .nav a {
    display: block;
    font-size: 2rem;
    margin: 0.5rem 0;
    text-decoration: none;
    color: #FCF100;
    font-weight: bold;

    
  }


  /*
  color: #FCF100;
  */
  
  footer {
    color: #121212;
    margin-top: 4rem;
    font-size: 0.9rem;
  }
