.robot-name {
    color: #F8C021;
    /* FEF970 yellow
        E96D54 red
        71D7BD blue
        FEBF5D orange
    */
}

.hoshi-image {
    position: absolute;
    top: -90px;
    left: 20%;
    transform: rotate(170deg);
    transition: all 0.5s ease-in-out;
}
.hoshi-image:hover {
    top: -40px;
}