

Body {
    background-color: lightblue;
}


header {
    text-align: centre;
    background: rgb(255, 221, 158);
    color: white;
    padding: 2rem 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  main {
    display:flex;
    gap: 20px;
    padding:20px;
  }

  .grid-item {
    flex:1;
    height:500px;
  }

  .grid-item iframe {
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  .item-1 {
    position:static !important;
    left:auto !important;
    top: auto !important;
    
  }
  
  .item-2 {
    top: 1000px;
    left: 100px;
    width: 500px;
    height: 500px;
    background-color: rgb(181, 244, 223);

  }

 