/* ここからカスタマイズ */
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.rounded-20px {
  border-radius: 20px;
}
.skyblue{
  color: #1B7CFF;
}