/* simple reset */
* {
  padding: 0;
  margin: 0;
  line-height: normal;
}

.main {
  width: 100%;
  font-family: "fieldwork", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  background-color: #0583f2;
}
.main-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 350px;
  min-height: 100vh;
  padding: 30px;
  background-color: #0460d9;
  margin: 0 auto;
}
.main-card__img {
  width: 200px;
  height: 200px;
  border: 2px solid #000000;
  border-radius: 25px;
  background: #000000 url(images/jim-qr.png) center/contain no-repeat border-box;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.main-card__name {
  font-family: "fieldwork", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
.main-card__title {
  font-family: "fieldwork", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.75rem;
  margin-top: 0;
}
.main-card__phone {
  font-family: "fieldwork", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}
.main-card__id {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "fieldwork", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  margin-top: 0.8rem;
}
/* .main-card__qr {
  width: 150px;
  height: 150px;
  border-radius: 20px;
  background: #000000 url(images/jim-qr.png) center/contain no-repeat border-box;
} */
.txt-light {
  font-weight: 100;
  font-style: normal;
}
/* .txt-underline {
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #ffffff;
  text-decoration-style: solid;
} */
.main-card__btn {
  padding: 2rem 3rem;
  margin: 2rem 0;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #83a603;
  border-radius: 10px;
  text-shadow: 1px 1px 7px rgba(34, 34, 34, 0.5);
  box-shadow: 3px 3px 7px rgba(34, 34, 34, 0.7);
}
