/* html{
  background-color:#343838;
} */
.variables{
    --GraphAnime:"";
}
.chart{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: var(--GraphAnime);
    background-color:#fff;
    margin: 0 auto;
}
.number{
      width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 50px;
}
/* section{
  width:100vw;
  height:100vh;
} */
section,.chart,.number{
  display:flex;
  justify-content:center;
  align-items:center;
}

.ribbon13-wrapper {  
  display: block;
  position: relative;
  margin: 15px auto;
  padding: 10px 0;
  width: 300px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }

.ribbon13 {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0;
  margin: 0 0 0 -20px;
  width: calc(100% + 20px);
  color: white;
  background: #fd7e00;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.ribbon13 h3{
  margin: 0;
  padding: 0 30px 0 15px;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  font-size: 20px;
  line-height: 46px;
}

.ribbon13:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #FFF transparent transparent;
  border-style: solid;
}

.ribbon13:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #d76000;
}

.ribbon13-wrapper p {
  padding: 0 1em;
  margin-top: 1em;
}

.ribbon13-wrapper img {
  height: 1.5em;
  margin-right: 5px;
}
.ribbon13-wrapper a {
  display: block;
  width: 10em;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.messenger {
  display: flex;
  line-height: 2.5em;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  margin: 1em 0 0.5em;
}

.campaign-section {
  background-color: rgba(253, 126, 0, 0.1);
}

.campaign-title {
  text-shadow:2px 2px 5px #999999;
  text-align: center;
  font-size: 1.2rem;
  padding: 1rem 0;
}

.status-title {
  text-shadow:2px 2px 5px #BFBFBF;
  text-align: center;
  font-size: 1.2rem;
  padding: 1rem 0;
}