main {
  margin: 0;
  padding: 0;
}

.front-page {
  height: 100vh;  
  width: 100%;
  overflow: hidden;

  position: relative;
}

.front-page img{
  position: absolute;   
  inset: 0;             
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;           
}
