body {
    font-family: "Poppins", sans-serif;
    background-image: url(MacBook\ Air\ -\ 1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
  }
  @font-face {
    font-family: 'aston';
    src: url('Aston\ Script.ttf') };
    
  .container {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  
  button {
    background-color: #464646;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
  }
  
  button:hover {
    background-color: #686868;
  }

  .card {align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;}

  .card h2 {
    color: #333;
    font-family: 'aston';

  }
  
  .card p {
    font-size: 18px;
    color: #444;
    font-family: 'aston';
  }
  
  .card h4 {
    margin-top: 40px;
    font-style: italic;
    color: #666;
  }