.backgroundDark {
  	background-image: repeating-conic-gradient(from 30deg, #202020 0% 60deg, #181818 0% 120deg);
  	background-size: 70px 115px;
  	background-color: #202020;
}

.backgroundLight {
  background-image: repeating-conic-gradient(from 30deg, #f5e0d7 0% 60deg, #e8d0c4 0% 120deg);
  background-size: 70px 115px;
  background-color: #f5e0d7;
}



.mc_dark{
	background: rgb(43, 48, 53)
}

.mc_light{
	background: white
}