/* CSS for the landing page with a navigation bar */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #8D72E1;
    font-family: 'Oswald', sans-serif;
  }
  
  nav {
    background-color: #333;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
  
  nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  nav li {
    margin: 0 20px;
  }
  
  nav a {
    color: #fff;
    text-decoration: none;
  }
  
  .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
  }
  
  .button {
    background-color: #333;
    border: none;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    height: 50px;
    width: 60px;
    position: relative;
    top: 15px;
  }
  #links
  {
position: relative;
left: 65%;
  }
  
  h1{
    font-size: 80px;
    color: white;
  }
  .about{
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    font-size: 50px;
    color: white;
  }
  p{
color: white;
  }