@import url("./Fonts.css");
* {
  padding: 0;
  margin: 0;
}
body {
  width: 100%;
  margin: 0 auto;
  background-color: #f8f8f8;
}
main {
  max-width: 840px;
  width: 100%;
  min-height: calc(100vh - 60px);
  margin: 0 auto;
}
.title {
  font-size: 24px;
  font-weight: 600;
  line-height: 31.2px;
  padding: 24px 16px;
}
.title_sub {
  font-size: 16px;
  font-weight: 600;
  line-height: 25.6px;
  color: #151515;
  text-transform: uppercase;
}
.text_inter_14 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  color: #6b6b6b;
  font-family: "Inter", sans-serif;
}
