body {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}

.header a {
  color: black;
  background-color: #fff;
  border-radius: 7px;
  font-size: 30px;
  font-weight: 400;
}
.first {
  color: #fff;
  border-color: #fff;
  background-color: #191a1b;
  margin-left: 16px;
  padding: 6px 22px;
  font-size: 24px;
  font-weight: 400;
}
.second {
  border: 0;
  background-color: #4c5fd5;
  color: #fff;
  padding: 6px 32px;
  margin-left: 16px;
  font-size: 24px;
  font-weight: 400;
}
h4 {
  color: #fff;
  display: inline;
  font-size: 24px;
}
h2 {
  font-size: 80px;
  margin-bottom: 16px;
  font-weight: 400;
}
img {
  width: 95px;
  height: 95px;
}
h5 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 48px;
  margin-bottom: 16px;
}
p {
  margin-bottom: 20px;
  font-size: 24px;
}
.item {
  padding: 0 15px 0 0;
  margin-bottom: 48px;
}
.item img {
  margin-top: 50px;
  margin-right: 30px;
}
.menu h3 {
  margin: 48px 0 16px 0;
  font-size: 24px;
  font-weight: 700;
}
.menu h6 {
  font-size: 16px;
  font-weight: 400;
}
input {
  padding: 16px;
  height: 66px;
  width: 720px;
  border: 1px;
  border-radius: 4px;
}
@media (min-width: 300px) and (max-width: 800px) {
  input {
    width: 100%;

    height: 100%;
  }
  h2 {
    font-size: 30px;
  }
  h4 {
    font-size: 12px;
  }
  .first {
    padding: 3px 11px;
    font-size: 12px;
  }
  .second {
    padding: 3px 16px;
    font-size: 12px;
  }
  .header a {
    background-color: black;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
  }
}
