#my-skills {
  width: 80%;
  margin: 10vh auto 3vh auto;
  padding: 4vh 4vw;
  color: #000;
  background-color: #FFF;
  font-family: title3b;
}
#my-skills h1 {
  font-size: 4em;
  text-align: center;
}
#my-skills h2 {
  font-size: 3em;
  text-align: center;
  margin: 1em auto 0.2em auto;
}
#my-skills h3 {
  font-size: 2.3em;
  margin: 1em auto 0.6em 0em;
}
#my-skills .chart-wrapper {
  width: 100%;
  max-height: 90%;
  background-color: #FFFFFF88;
  margin: 0 auto 7vh auto;
}
#my-skills #skills-chart-wrapper {
  height: 60vh;
}
#my-skills #technologies-chart-wrapper {
  height: 80vh;
}
#my-skills .chart-canvas {
  width: 100%;
  height: 100%;
  margin: auto;
}
#my-skills #other-skills {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0 0 1em 0;
}
#my-skills .items-list {
  list-style: disclosure-closed;
  list-style-position: inside;
  font-size: 1.6em;
}
#my-skills .items-list li {
  margin: 0.3em auto;
}
#my-skills #certificates {
  position: relative;
  margin-top: 1.5em;
}
