@font-face {
    font-family: 'Milgran Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Milgran Regular'), url('../Font/MilgranRegular-jE0MG.woff') format('woff');
    }



#big-title{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#logo-sainte-croix{
    display: block;
    margin-left: auto;
    margin-right: auto;
}


body {
    background-color: #FDFADB;
    width: 100%;
    height: 100%;
    font-family: 'Milgran Regular';
    color: #5c7660;
}

.container{
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 90vh;
}

.rectangle{
    position:absolute;
    top: 75px;
    left: 0;
    width: 99%;
    min-height: 100%;
    z-index: -1;
    border: 4px solid #5c7660; 
    border-radius: 20px;
}

#feuilles-gauche{
    position: absolute;
    top:0px;
    left: 0px;
}

#feuille-droite{
    position: absolute;
    top:0px;
    right:0px;
}

#biches{
    position:absolute;
    bottom: 0px;
    left: 0px;
}

.help{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 40px;
}

.button{
    background-color: #FDFADB;
    border: 2px solid #5c7660;
    border-radius: 30px;
    box-shadow: #5c7660 4px 4px 0 0;
    color: #5c7660;
    cursor: pointer;
    display: inline-block;
    font-family: 'Milgran Regular';
    font-size:40px;
    font-weight: 600;
    padding: 0 18px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button:hover {
    background-color: #5c7660;
    color: #FDFADB;
  }
  
  .button:active {
    box-shadow: #422800 2px 2px 0 0;
    transform: translate(2px, 2px);
  }
  
  @media (min-width: 768px) {
    .button {
      min-width: 120px;
      padding: 0 25px;
    }
  }