/* 側欄 */
aside {
    box-sizing: border-box;
    width: 17.5%;
    height: 50%;
    position: sticky;
    top: 2vw;
    left: 2.5%;
    float: left;
}

.progress {
margin: 50px auto;
height: 80%;
width: 80%;

position: relative;
}
/* .progress .percent {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: rgba(0, 255, 0, 1.0);
  position: absolute;
  line-height: 100px;
  width: 100%;
} */

.progress svg path {
fill: rgba(36, 191, 163, 0.1);
}



.progress svg.progress-circle path {
stroke: #fff;
stroke-width: 1;
}

svg {
position: relative;
}

#logo-img {
width: 60%;
left: 20%;
top: 20%;
position: absolute;
cursor: pointer;
}

.menu {
  padding: 0 15px;
  font-size: 0.8rem;
}

.menu ul {
  list-style-type: none;
}

.menu a {
    text-decoration: none;
    color: #00ADB5;
}

.menu a:hover {
    color: #AAD8D3;
}
