* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;

  /*scroll-behavior: smooth;*/
}

:root {
  --sectionExperience-height: 100rem;
  --sectionExperience-branchWidth: 4rem;
  --sectionExperience-position1: 15rem;
  --sectionExperience-position2: 10rem;
  --sectionExperience-position3: 20rem;
  --sectionExperience-position4: 20rem;
}

body {
  background: linear-gradient(to bottom right, #ffe3e3, #ffe8cc, #ffd8a8);
  user-select: none;
}

.copyright {
  font-size: 1.4rem;
  line-height: 1.6;
}

.footer {
  padding: 2.4rem 0;
  text-align: center;
}

.stopScroll {
  overflow-y: hidden;
}

li {
  margin-top: 0.4rem;
}

/*Test*/
.test {
  width: 50%;
}
