.background {
  background-color: #320b33;
}

.size {
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.icon {
  color: #ff66c4;
}

@media (min-width: 820px) {
  .Mobile {
    display: none !important;
  }
}

@media (max-width: 820px) {
  .Desktop {
    display: none !important;
  }
}

