
/*
span {
   position: absolute;
   top: 2em;
   left: 2em;
   width: 3em;
   height: 3em;
 }
 
#outer {
   margin: 5em;
   border: 1px solid #f00;
   height: 8em; 
   position: relative;
 }
 
 
#inner {
   width: 5em; 
   height: 5em;
   background-color: #999;
   position: absolute;
   left: 1em;
   z-index: 2;
 }

#second {
   width: 5em;
   height: 5em;
   background-color: #00f;
   position: absolute;
   top: 1em;
   left: 2em;
   z-index: 1;
 }
 
#inner span {
   background-color: #ff0;
   z-index: 4;
 }

 #second span {
   background-color: #0ff;
   z-index: 3;
 }

*/






.card {
  font-size: .875rem;
}

.card {
  border: 0;
  margin-bottom: 20px;
  margin-top: 40px;
  color: #333333;
  width: 100%;
}


.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  text-align : center;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card .card-title {
  margin-top: 0.625rem;
  margin-bottom: 3px;
}

.card .card-category {
  margin-top: 10px;
}
.card .card-category:not([class*="text-"]) {
  color: #1e1e1e;
  font-size: 15px;
}


.card .card-header .card-title {
  margin-bottom: 3px;
  color: #9270AC;
  font-size : 80px;
}
.card .card-header .card-category {
  margin: 0;
}
.card-stats .card-header .card-category {
  margin-bottom: 0;
  margin-top: 0;
}
.card-stats .card-header .card-category:not([class*="text-"]) {
  color: #1e1e1e;
  font-size: 16px;
}

.card.card-chart{
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFF;
  background-clip: border-box;
  border: 1px solid #eeee;
  border-radius: 0.25rem;
  box-shadow: 10px 10px 5px #aaaaaa;
}
.card.card-chart .card-footer i:nth-child(1n+2) {
  width: 18px;
  text-align: center;
}
.card.card-chart .card-category {
  margin: 0;
}


.card .card-body .card-title {
  margin-bottom: 3px;
  color: #9270AC;
  font-family: 'Alegreya Sans SC';
  text-align : center;
  font-size : 30px;
  letter-spacing: 5px;
}


}
.card .card-body+.card-footer .stats .material-icons,
.card .card-footer .stats .material-icons {
  position: relative;
  top: 4px;
  font-size: 16px;
}
















