body {
    font-family: sans-serif, Arial;
    background-color: #f5f5f5;
    text-align: center;
    padding: 15px;
  }

  h1 {
    font-size: 36px;
    color: #333333;
    margin-bottom: 20px;
  }

  legend{
    font-size: 20px;
    color: #702cf5;
    font-weight: bold;
  }

  p {
    font-size: 18px;
    color: #666666;
    margin-bottom: 40px;
  }

  .logo {
    width: auto;
    height: 150px;
    margin-bottom: 20px;
  }



  .contact-card {
    margin: auto;
    width: 300px;
    background-color: #f5f5f5;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .contact-card h2 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 10px;
  }

  .contact-card p {
    font-size: 16px;
    color: black;
    margin-bottom: 5px;
  }

  .contact-card .email {
    color: #702cf5;
  }

  .contact-card .phone {
    color: #4caf50 ;
  }