@import url('./reset.css');
@import url('./main.css');

body {
  background-color: #f3f4f9;
}

.welcome {
  height: 100vh;
  background-image: url('../media/erpManagement\ \(1\).png');
  background-size: cover;
  overflow: hidden;
}

.contents p:nth-of-type(1) {
  font-weight: 700;
  font-size: var(--font-medium);
  color: var(--sec-color);
}
.contents p:nth-of-type(2) {
  font-weight: 700;
  font-size: var(--font-h1);
  color: var(--text-color);
}
.contents p:nth-of-type(2) span {
  font-weight: 700;
  font-size: var(--font-h1);
  color: var(--sec-color);
}
.contents p:nth-of-type(3) {
  font-size: var(--font-h4);
  font-weight: 400;
  color: var(--text-color);
}

.text-center p:nth-of-type(1) {
  font-size: var(--font-h4);
  font-weight: 700;
}

.text-center p:nth-of-type(1) span {
  font-size: var(--font-h4);
  font-weight: 700;
  position: relative;
}
.text-center p:nth-of-type(1) span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: calc(-10rem / 16);
  width: 100%;
  height: calc(35rem / 16);
  background-image: url('../media/vector_erp.png');
  background-size: 100% 100%;
  z-index: -1;
}

.text-center p:nth-of-type(2) {
  font-size: var(--font-h4);
  font-weight: 500;
}

.img-cont img {
  padding-top: 100px;
  margin: auto;
}

.contt p:nth-of-type(1) {
  font-weight: 600;
  font-size: var(--font-medium);
}

.contt p:nth-of-type(1) span {
  font-weight: 600;
  font-size: var(--font-medium);
  color: var(--primary-color);
}
