@media only screen and (max-width: 320px) {
  .page {
    display: block;
  }
  html {
    background-color: black;
  }
}
