@media screen and (max-width: 768px) {
  .header {
    position: absolute;
  }

  body {
    transform: scale(0.5);
    transform-origin: top left;
    width: 300%;
    height: 300%;
  }
}

