#side-menu {
    height: 100%;
    padding-top: 50px;
    padding-left: 20px;
    background-color: #E3CCE3;
    
}

body{
    background-image: url("../image/backgrand_image.png");
}

.activity{
    margin-bottom: 10px;
}

.circle{
    display: inline;
}

.circle0{
    color: red;
}

.circle1{
    color: blue;
}

#hoshikawa-image{
    width: 500px;
}