@import url("default_fonts.css");

body {
  margin: 0;
  font-family: Nunito, sans-serif;
  font-size: 1.1rem;
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: #3e474b;
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}
h1 {
  color: #5f6a6d;
  font-size: 2rem;
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
  min-height: 70px;
}
@media (max-width: 600px) {
  h1 {
    font-size: 1.8rem;
  }
}
.wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 20px;
}
.pseudo-h2,
h2 {
  font-size: 1.5rem;
  font-weight: bolder;
  color: #fc0;
}
h1:before {
  position: absolute;
  content: "";
  background: url("arrow.png") no-repeat;
  width: 30px;
  height: 40px;
  left: 0;
  top: 3px;
}
hr {
  margin: 3rem 0;
  color: #000;
  background-color: #000;
  border: 0;
  opacity: 0.25;
  height: 1px;
}
footer {
  background: #d8d8d8;
  padding: 30px 0;
}
a {
  color: inherit;
  text-decoration: none;
  position: relative;
}
a:hover {
  color: inherit;
  font-weight: 800;
}
.maincolor {
  color: #fc0;
}
.parallelogram {
  width: 550px;
  height: auto;
  transform: skew(-20deg);
  background: #fc0;
  padding: 20px;
  position: absolute;
  right: 0;
  top: -50%;
}
@media (max-width: 800px) {
  .parallelogram {
    width: 100%;
    height: auto;
    transform: none;
    left: 0;
    top: 0;
    position: relative;
  }
}
.apply {
  position: relative;
}
@media (min-width: 800px) {
  .box-yellow {
    margin-top: 10%;
    transform: skew(20deg, 0);
  }
}
.parallelogram a:before {
  position: absolute;
  background: #3e474b;
  content: "";
  width: 40px;
  height: 7px;
  left: 0;
  top: 8px;
}
.parallelogram a {
  padding-left: 50px;
}
footer h2 {
  color: #3e474b;
}
