body {
    background-image: url('./assets/9446299.jpg');
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin: 0;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  
  .container {
    background: white;
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    max-width: 600px;
    text-align: center;
  }
  
  blockquote {
    font-size: 1.4em;
    margin: 0 0 20px;
    color: #333;
  }
  
  #author {
    font-size: 1em;
    color: #666;
  }
  