html {
  overflow-x: hidden;
}
body {
  font-family:'Fira Mono', 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%; 
  color: #404040;
  overflow-x: hidden;
}
.all-wrapper {
  margin-bottom: 50px;
}
h2 {
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 0.05em;
  padding-left: 30px;
  padding-top: 40px;
  padding-bottom: 30px;
}
#myRadarChart {
  width: 500px;
}
.skill-table {
  display: table;
  margin-top: 30px;
  margin-left: 30px;
}
.star {
  color: #ff0033;
}
.list-table {
  display: table-row;
}
li {
  display: table-cell;
  padding-right: 20px;
  padding-bottom: 10px; 
}
.btn {
  text-align: center;
  margin-top: 80px;
}
.btnBack {
  position: relative;
  padding: 20px 50px;
  background-color: #a2dfef;
  font-size: 18px;
  border-radius: 29px;
}
.btnBack::after {
  content: '';
  position: absolute;  
  margin: auto;
  top: 0;
  bottom: 0;
  right: 20px;
  border-top: 2px solid #404040;
  border-right: 2px solid #404040;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}