body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #000;
  }
  #frame {
    width: 550px; 
    height: 550px; 
    perspective: 1000px;
  }
  