body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    background-color: #85afdb;
}


.h2 {

font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-size: 22px;
  font-weight: bold;
  color: #635c5c;
  line-height: 0.3;
   margin-top: 30px;

}

.title {

font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-style: italic;
  
  color: #635c5c;
  line-height: 0.0;
  margin-bottom: 20px;

}

.p {
  line-height: 0.6;
  margin-bottom: 0px;

}


.card {
    background: white;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    max-width: 500px;
}

.button {
  background-color: #85afdb;
  border: none;
  border-radius: 10px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}


.button-2 {
  background-color: #85afdb;
  border: none;
  border-radius: 10px;
  color: white;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button:hover {
  background-color: #04AA6D;
  color: white;
}

.button-2:hover {
  background-color: #008CBA;
  color: white;
}


.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.contact-info a {
    text-decoration: none;
    color: #6e93ba;
    line-height: 0.0;
}

.qr-code img {
    width: 220px;
    margin-top: 20px;
}