#content {
    background-size: contain;
    background-color: #edeef7;
    border: 5px solid white;
    width: 1505px;
    height: 725px;
    left: 10px;
    position: absolute;
    border-radius: 20px;
    z-index: 1;
    overflow: hidden;
  }
  
  .view {
    position: absolute;
    top: 0px;
    width: 1505px;
    height: 725px;
  }