body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0; /* default background color */
  }
  
  .container {
    text-align: center;
  }
  
  h1 {
    font-size: 2em;
  }
  
  p {
    font-size: 4em;
    color: aliceblue;
    font-family: "Open Sans", sans-serif;
  }
  