.bodyCM{
  background-color: #eedddd;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

 .toggle {
  background-color: crimson;
  text-align: center;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  top: 70em;/*25*/
  bottom: 0px;
  left: 2em;/*90*/
  right: 0px;
  background-image: url("../img/logo.png");
  background-size: 100px 100px;
} 

/* .toggle {
  background-color: crimson;
  text-align: center;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  top: 25em
  bottom: 0px;
  left: 90em;
  right: 0px;
  background-image: url("../img/logo.png");
  background-size: 100px 100px;
} 
 */


 .fa-plus{
  font-size: 100px;
  color: white;
  display: block;
  margin-top: 45px;
  transition: 0.7s;  
} 

.menuCM {
  background-color: white;
  height: 80px;
  width: 80px;
  transform: scale(0);
  border-radius: 50%;
  border-style: double;
  border-color: black;
  position: absolute;
  margin: auto;
  top: 70em;
  bottom: 0px;
  left: 2em;
  right: 0px;
  z-index: -1;
  transition: 0.7s;

}
/* .menuCM {
  background-color: white;
  height: 80px;
  width: 80px;
  transform: scale(0);
  border-radius: 50%;
  border-style: double;
  border-color: black;
  position: absolute;
  margin: auto;
  top: 25em;
  bottom: 0px;
  left: 90em;
  right: 0px;
  z-index: -1;
  transition: 0.7s;

} */

 .aCM {
  display: inline-block;
  position: absolute;
  font-size: 15px;
  color: #BBBBBB;
}

.aCM:nth-child(1){
  top: 2px;/*6px*/
  left: 26px;
}

.aCM:nth-child(2){
  top: 22px;/*24*/
  left: 48px;/*77*/
}

.aCM:nth-child(3){
  top: 48px;/*58*/
  left: 50px;/*76*/
}

.aCM:nth-child(4){
  top: 58px;/*78*/
  left: 28px;
}

.aCM:nth-child(5){
  top: 40px;
  left: .5px;
}

.aCM:nth-child(6){
  top: 16px;
  left: 2px;
}

.aCM:hover {
  color: #c87f8a;
}
