body {
    margin: 0;
  }
  #layout {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -360px;
    margin-top: -250px;
    width: 720px;
    height: 500px;
    background: greenyellow;
    color: white;
    transform-origin: 50% 50%;
  }
  
  h1{
    font-family: 'Press Start 2P', cursive;
    position: absolute;
  }
  
  #image1{
    position: absolute;
  }