body {
	margin: 0;
	height: 100vh;
	display: flex;
	flex-direction: column; 
	align-items: center;
	justify-content: center;
  cursor: url('./../../assets/curseurs/mouthopen.gif'), auto;
  }

  :root{
	--font-size: calc(0.6rem + 0.8vw);
  }
  

  .fill-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; 
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.fill-img img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
	object-fit: cover;
}


  #container {
	max-width: 80vw;
	max-height: 80vh;
	overflow: hidden;
	z-index: 1;
  cursor: url('./../../assets/curseurs/mouthclose.gif'), auto;
  }


  img {
	width: 100%;
	height: auto;
  }


