.dark-theme-back {
  display: flex;
  justify-content: center;
  align-self: stretch;
  background-color: black;
  padding: 50px 0;
}

.dark-theme-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 850px;
  width: 100%;
  margin: 0 16px;
}

.dark-theme-screen {
  width: 350px;
}

.dark-theme-heading {
  color: grey;
}

/* MOBILE */
@media (max-width: 800px) {
  .dark-theme-content {
    flex-direction: column;
  }
}
