* {
  box-sizing: border-box;
}

body {
  font-family: "Inter", san-serif;
  margin: 0;
  padding: 15px;
  line-height: 1.6;
  background-color: #f7f7f7;
  color: #333;
}

.kunteynir {
  overflow: hidden;
  max-width: 375px;
  margin: auto;
  box-shadow: 0px 0px 30px rgba(128, 127, 127, 0.25);
  border-radius: 20px;
}

.header {
  color: whitesmoke;
  padding: 40px 42px 145px 42px;
  background-image:
    linear-gradient(rgba(58, 58, 58, 0.6), rgba(58, 58, 58, 0.6)),
    url("../img/background-grape.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0px 0px 90px 90px;
}

.high {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.low {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.hero {
  margin-top: -79px;
  text-align: center;
  background-color: #f7f7f7;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  padding-bottom: 20px;
  border-radius: 10px;
}

.kunteynir-hero {
  max-width: 300px;
  margin: auto;
}

.avatar {
  margin-top: -43px;
  border: 4px solid #fffefe;
  border-radius: 50%;
  object-fit: cover;
}

.hero-title {
  margin-top: 8px;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 16px;
}

.hero-description {
  font-weight: 500;
  line-height: 15px;
  font-size: 12px;
  color: #6a6a6a;
  margin-top: 4px;
}

.social-cards {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
  background-color: #f7f7f7;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 20px;
}

.buttons {
  display: flex;
  justify-content: space-between;
  max-width: 260px;
  margin: auto;
  gap: 10px;
}

.button {
  height: 40px;
  display: flex;
  flex-shrink: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 5px;
  background-color: black;
  text-decoration: none;
  color: whitesmoke;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  gap: 10px;
  margin-bottom: 6px;
}

.button.vk {
  background-color: #4c75a3;
}

.button.tg {
  background-color: #0088cc;
}

.button.youtube {
  background-color: #ff0000;
}

.button.hh {
  background-color: #d6001c;
}
