
.backgroundpie[data-v-59f1df1e]{
    position:absolute;
    margin-top: -0.8rem;
  margin-left: 63px;
   width:260px;
height:90px;
border-radius: 150px / 50px;
border-style:dashed;
border-color: #6be0f5;
border-width: 0.05rem;
-webkit-filter: blur(2px);
        filter: blur(2px);
z-index: 120;
opacity: 0.7;
}
.canvas1[data-v-59f1df1e] {
    width:300px; height:150px;
    /* border: 1px solid #00CED1; */
            display: block;
            margin: 0rem  0rem 0rem 0.6rem;
            z-index: 150;
}
.canvas1[data-v-59f1df1e]:hover {
    width:310px; height:160px;
    /* border: 1px solid #00CED1; */
            display: block;
            margin: 0rem  0rem 0rem 0.6rem;
            z-index: 150;
            -webkit-animation:animate-59f1df1e 0.5s,forwards infinite;
                    animation:animate-59f1df1e 0.5s,forwards infinite;
         cursor: pointer;
}
@-webkit-keyframes animate-59f1df1e
        {
from
{
  width:300px;
  height:150px;
}
to
{
  width:310px;
  height:160px;
}
}
@keyframes animate-59f1df1e
        {
from
{
  width:300px;
  height:150px;
}
to
{
  width:310px;
  height:160px;
}
}

