html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma, sans-serif;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
html .card, body .card {
  width: 100%;
  max-width: 440px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: left;
}
html .card .logo, body .card .logo {
  padding-bottom: 36px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0 4px 4px -2px rgba(240, 168, 161, 0.75);
  -webkit-box-shadow: 0 4px 4px -2px rgba(240, 168, 161, 0.75);
  -moz-box-shadow: 0 4px 4px -2px rgba(240, 168, 161, 0.75);
}
html .card .logo img, body .card .logo img {
  width: 324px;
  height: auto;
}
html .card .profile, body .card .profile {
  display: flex;
  padding-left: 15px;
  margin-top: -50px;
}
html .card .profile img, body .card .profile img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 16px;
  border: 4px solid #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
html .card .info, body .card .info {
  padding-left: 15px;
  padding-right: 15px;
}
html .card .info h2, body .card .info h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin: 0;
}
html .card .info h3, body .card .info h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  color: #444;
}
html .card .contact, body .card .contact {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 16px;
  font-size: 0.95rem;
  line-height: 1.6;
}
html .card .contact .text, body .card .contact .text {
  top: 1px;
  position: relative;
  font-size: 18px;
}
html .card .contact a, body .card .contact a {
  color: #000;
  text-decoration: none;
  display: flex;
  margin-bottom: 12px;
}
html .card .contact a span, body .card .contact a span {
  margin-right: 12px;
  border-radius: 100px;
}
html .card .contact a span img, body .card .contact a span img {
  width: 30px;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.2s;
}
html .card .save_button, body .card .save_button {
  text-align: center;
  padding-bottom: 21px;
}
html .card .save_button button, body .card .save_button button {
  background-color: #000;
  color: white;
  padding: 12px 18px;
  border: none;
  border-radius: 25px;
  font-size: 0.95rem;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: background 0.3s;
}
html .card .save_button button:hover, body .card .save_button button:hover {
  background-color: #333;
}

/*# sourceMappingURL=custom.css.map */
