


.body {
    margin: 0;
    padding: 20px;
    top: 200px;
    background-color: #ffffff;
    width: 90vw;
    height: 70vw;
}

.center-text {
    text-align: center;
}

.align-left {
    align-items: left;
}
.align-center {
    align-items: center;
}

.randomise-button {
    background-color: grey;
    color: black;
    border: 2px solid darkgrey;
    text-align: center; 
    height: 30px;
    width: 80px;
    align-self: center;
    font-size: 8px;
    font-family: 'Courier New', Courier, monospace;
    align-items: left;

}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  align-content: flex-end;
  width: 1280px;
  height: 688px;
  gap:10px;
  background-color: #ddd; 
  margin: auto;
  position: relative;
}


.cutouts {
  display: flex;
  flex-direction: row;
  align-content: flex-end;
  justify-content: center; 
  gap: 10px; 
  width: 100%;
  height: 100%;
}


.cutout-box {
  width: 426.67px;
  height: 229.3px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
}


.cutout-box img {
  position: absolute; 
  width: 1280px;
  height: 688px;
  object-fit: cover;
}

/* First box (left) shows the left part of the image */
.cutout-box:nth-child(1) img {
  left: 0; /* Show the left part of the image */
}

/* Second box (middle) shows the center part of the image */
.cutout-box:nth-child(2) img {
  left: -426.67px; /* Shift left by the width of one box */
}

/* Third box (right) shows the right part of the image */
.cutout-box:nth-child(3) img {
  left: -853.34px; /* Shift left by the width of two boxes */
}








body {
  margin: 0;
  padding: 0;
  font-family: 'Courier New', Courier, monospace;
}


.button-container {
  display: flex;
  justify-content: flex-start; 
  align-items: center;       
  background-color: #000000;  
  padding: 20px;
  position: sticky;           
  top: 0px;
  z-index: 1000;
  border-bottom: 1px solid #ccc;
  justify-content: center;
}

.button-container-L{
  display: flex;
  justify-content: flex-start; 
  align-items: center;         
  background-color: #000000;   
  padding: 20px;
  position: sticky;            
  z-index: 900;
  border-bottom: 1px solid #ccc;
  justify-content: center;
  top: 110px;

}

.button-container button {
  font-family: 'Courier New', Courier, monospace;
  background-color: #ffffff;   
  color: white;               
  border: none;
  padding: 20px 20px;
  margin-right: 20px;          
  border-radius: 2px;         
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;           
  align-items: center;
  font-size: 12px;
  width: 120px;

}

.button-container button:hover {
  background-color: #b96161;   
}




.content {
  padding: 20px;
  height: 600px; 
}
  
  
  



 /* Styling the flex container 
 .image-container {
    display: flex;
    width: px;
    height: 1300px;
    background-color: #ddd;
    margin: 20px auto;

  }

  /* Transparent background image 
  .image-container img.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.1; /* Adjust transparency 
  }

  /* Flex item - cutout wrapper
  .cutouts {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;

  }

  /* Cutout circle 
  .cutout-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    background-color: transparent;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    float: right;
    
  }*/

 
    
 
  /* Image inside the cutouts 
  .cutout-circle img,
  .cutout-rectangle img {
    position: absolute;
    width: 500px; /* Matches the container size 
    height: 300px; /* Matches the container size 
    object-fit: cover;
  } 

















  

.flex-container1 {
    display: flex;
    margin: 10px 0;
    border-style: dashed;
    border: 1px solid black;
    background-image: url('https://film-grab.com/wp-content/uploads/photo-gallery/Columbus_039.jpg?bwg=1569401871https://film-grab.com/wp-content/uploads/photo-gallery/Columbus_057.jpg?bwg=1569401871');
    background-size: cover; 
    background-position: center;

}


.flex-item {
    background-color: #4caf5e;
    color: white;
    margin: 1px;
    height: 330px;
    width: 80px;
    outline: 1px white;
    flex: 1;
    text-align: center;
    opacity: 50%;
}





.flex-column {
    flex-direction: column;
}
.wrap-container {
    flex-wrap: wrap;
}


.align-end {
    align-items: flex-end;
}

.align-center {
    align-items: center
}

.align-start{
    align-items: flex-start;
}

.align-left{
    flex-direction: column;
}




.flex-container-img {
    display: flex;
    margin: 10px 0;
    border-style: dashed;
    border: 1px solid black;
    opacity: 50%;
    
}

/*


