@import url("./fonts.css");
@import url("./header.css");
@import url("./input-number.css");
@import url("./wrapper.css");
@import url("./service-wrapper.css");
@import url("./buttons.css");
@import url("./label-input.css");
@import url("./footer.css");

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  padding: 10px 15px;
  margin: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-family: "InterTight-Regular", sans-serif;
  background-color: #ffffff;
  position: relative;
}

.title {
  color: #000000;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "InterTight-Regular", sans-serif;
}

.all-price {
  color: red;
  font-size: 24px;
}

.warnings {
  color: #ff0000;
}

.wrapper-title {
  display: flex;
}
