body {
  background-color: #F2F2F2;
  text-align: center;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
}

.card {
  text-align: center;
  font-weight: 400;
  margin: auto;
  width: 50%;
  padding: 20px 30px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 1px 2px rgba(190, 190, 190, 0.5) !important;
}
  .name {
    color: blue;
    margin-bottom: 10px;
  }
  .age {
    color: blue;
    margin-bottom: 10px;
  }
  .description {
    color: black;
    margin-bottom: 15px;
    font-weight: 400;
    text-align: justify;
    text-justify: inter-word;
  }
  .emoji {
    font-size: 50px;
    padding: 0 20px;
    border-radius: 20px;
  }

 .image{
    padding: 0 0px;
    border-radius: 20px;
    width: 300px;
  }
  
 img {
  max-width: 100%;
}
  
  .button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: black;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
   font-weight: bold;
}

.button3:hover{
  background-color: white; 
  color: black; 
  border: 2px solid #F1C512;
}

.button3 {
  background-color: #F1C512;
  color: black;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  