*,
*::before,
*::after {
  font-family: "Vazirmatn", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  color: #393e46;
}

a {
  text-decoration: none;
}

body {
  background-color: #f7f7f7;
  overflow-x: hidden;
}

button {
  background: none;
  border: none;
}

main {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  max-width: 480px;
  padding: 0 24px 0;
}

main > * {
  margin-bottom: 32px;
}

.contaienr {
  margin-left: 10%;
  margin-right: 10%;
  padding: 8px 24px;
}

.hero h1 {
  font-size: 20px;
}

.hero p {
  font-size: 14px;
}

.profile {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}

.profile__picture {
  display: block;
  width: 80px;
  border-radius: 100%;
  margin-left: 24px;
}

.profile__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.profile__text > * {
  text-align: right;
}

.profile__name {
  font-size: 18px;
}

.profile__desc {
  font-size: 12px;
}

.btns-container {
  width: 80%;
}

.btns-container > * {
  width: 100%;
}

.btns-container .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btns-container .row a {
  width: 47%;
}

/* CSS */
.button-50 {
  appearance: button;
  background-color: #393e46;
  background-image: none;
  border: 1px solid #393e46;
  border-radius: 4px;
  box-shadow: #f7f7f7 4px 4px 0 0, #393e46 4px 4px 0 1px;
  box-sizing: border-box;
  color: #f7f7f7;
  cursor: pointer;
  display: inline-block;
  font-family: ITCAvantGardeStd-Bk, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 5px 10px 0;
  overflow: visible;
  padding: 12px 40px;
  text-align: center;
  text-transform: none;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.button-50:focus {
  text-decoration: none;
}

.button-50:hover {
  text-decoration: none;
}

.button-50:active {
  box-shadow: rgba(0, 0, 0, 0.125) 0 3px 5px inset;
  outline: 0;
}

.button-50:not([disabled]):active {
  box-shadow: #f7f7f7 2px 2px 0 0, #393e46 2px 2px 0 1px;
  transform: translate(2px, 2px);
}

@media (min-width: 768px) {
  .button-50 {
    padding: 12px 50px;
  }
}

footer {
  color: #393e46;
  margin-top: 24px;
}

footer > a {
  color: #6d9886;
  text-decoration: none;
}
