body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;  
    margin: 0;
    background-color: hsl(212, 45%, 89%);  
  }
  
  .card {
    background-color: white;
    padding: 15px;
    width: 250px;
    border-radius: 20px;
    box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.1);
    text-align: center;
  }

  .card img {
    max-width: 100%;
    border-radius: 10px;
  }

  .card p {
    margin-top: 15px;
    font-size: 16px;
    color: #333;
  }

  p.p1{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  p.p2{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
    font-weight: 400;
  }